|
@@ -102,6 +102,10 @@ static struct ixgbe_stats ixgbe_gstrings_stats[] = {
|
|
|
{"alloc_rx_page_failed", IXGBE_STAT(alloc_rx_page_failed)},
|
|
|
{"alloc_rx_buff_failed", IXGBE_STAT(alloc_rx_buff_failed)},
|
|
|
{"rx_no_dma_resources", IXGBE_STAT(hw_rx_no_dma_resources)},
|
|
|
+ {"os2bmc_rx_by_bmc", IXGBE_STAT(stats.o2bgptc)},
|
|
|
+ {"os2bmc_tx_by_bmc", IXGBE_STAT(stats.b2ospc)},
|
|
|
+ {"os2bmc_tx_by_host", IXGBE_STAT(stats.o2bspc)},
|
|
|
+ {"os2bmc_rx_by_host", IXGBE_STAT(stats.b2ogprc)},
|
|
|
#ifdef IXGBE_FCOE
|
|
|
{"fcoe_bad_fccrc", IXGBE_STAT(stats.fccrc)},
|
|
|
{"rx_fcoe_dropped", IXGBE_STAT(stats.fcoerpdc)},
|