Home
last modified time | relevance | path

Searched refs:alloc_rx_buff_failed (Results 1 – 21 of 21) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/ixgb/
Dixgb.h150 u32 alloc_rx_buff_failed; member
Dixgb_main.c2082 adapter->alloc_rx_buff_failed++; in ixgb_alloc_rx_buffers()
2094 adapter->alloc_rx_buff_failed++; in ixgb_alloc_rx_buffers()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h68 u64 alloc_rx_buff_failed; member
349 u64 alloc_rx_buff_failed; member
Dixgbevf_main.c1178 rx_ring->rx_stats.alloc_rx_buff_failed++; in ixgbevf_clean_rx_irq()
3088 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbevf_update_stats() local
3114 alloc_rx_buff_failed += rx_ring->rx_stats.alloc_rx_buff_failed; in ixgbevf_update_stats()
3120 adapter->alloc_rx_buff_failed = alloc_rx_buff_failed; in ixgbevf_update_stats()
Dethtool.c57 IXGBEVF_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed),
/Linux-v4.19/drivers/net/ethernet/intel/igbvf/
Digbvf.h213 u32 alloc_rx_buff_failed; member
Dethtool.c40 { "alloc_rx_buff_failed", IGBVF_STAT(alloc_rx_buff_failed, zero_base) },
Dnetdev.c160 adapter->alloc_rx_buff_failed++; in igbvf_alloc_rx_buffers()
184 adapter->alloc_rx_buff_failed++; in igbvf_alloc_rx_buffers()
/Linux-v4.19/drivers/net/ethernet/intel/e1000/
De1000.h263 u32 alloc_rx_buff_failed; member
De1000_main.c4112 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_skb()
4260 adapter->alloc_rx_buff_failed++; in e1000_clean_jumbo_rx_irq()
4387 adapter->alloc_rx_buff_failed++; in e1000_clean_rx_irq()
4513 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers()
4527 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers()
4582 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
4596 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
4604 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
4618 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
4642 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
De1000_ethtool.c69 { "alloc_rx_buff_failed", E1000_STAT(alloc_rx_buff_failed) },
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h257 u64 alloc_rx_buff_failed; member
646 u32 alloc_rx_buff_failed; member
Dixgbe_main.c2354 rx_ring->rx_stats.alloc_rx_buff_failed++; in ixgbe_clean_rx_irq()
6950 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbe_update_stats() local
6974 alloc_rx_buff_failed += rx_ring->rx_stats.alloc_rx_buff_failed; in ixgbe_update_stats()
6982 adapter->alloc_rx_buff_failed = alloc_rx_buff_failed; in ixgbe_update_stats()
Dixgbe_ethtool.c85 {"alloc_rx_buff_failed", IXGBE_STAT(alloc_rx_buff_failed)},
/Linux-v4.19/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.h147 u32 alloc_rx_buff_failed; member
Dbcmgenet.c860 STAT_GENET_SOFT_MIB("alloc_rx_buff_failed", mib.alloc_rx_buff_failed),
1702 priv->mib.alloc_rx_buff_failed++; in bcmgenet_rx_refill()
/Linux-v4.19/drivers/net/ethernet/intel/e1000e/
De1000.h267 u32 alloc_rx_buff_failed; member
Dnetdev.c669 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
741 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers_ps()
768 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers_ps()
841 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers()
851 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers()
862 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers()
Dethtool.c80 E1000_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed),
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbcmsysport.h607 u32 alloc_rx_buff_failed; member
Dbcmsysport.c285 STAT_MIB_SOFT("alloc_rx_buff_failed", mib.alloc_rx_buff_failed),
688 priv->mib.alloc_rx_buff_failed++; in bcm_sysport_rx_refill()