Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h69 u64 alloc_rx_buff_failed; member
352 u64 alloc_rx_buff_failed; member
H A Dixgbevf_main.c1195 rx_ring->rx_stats.alloc_rx_buff_failed++; in ixgbevf_clean_rx_irq()
3137 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbevf_update_stats() local
3163 alloc_rx_buff_failed += rx_ring->rx_stats.alloc_rx_buff_failed; in ixgbevf_update_stats()
3169 adapter->alloc_rx_buff_failed = alloc_rx_buff_failed; in ixgbevf_update_stats()
H A Dethtool.c55 IXGBEVF_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed),
/linux-6.15/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h211 u32 alloc_rx_buff_failed; member
H A Dethtool.c40 { "alloc_rx_buff_failed", IGBVF_STAT(alloc_rx_buff_failed, zero_base) },
H A Dnetdev.c160 adapter->alloc_rx_buff_failed++; in igbvf_alloc_rx_buffers()
184 adapter->alloc_rx_buff_failed++; in igbvf_alloc_rx_buffers()
/linux-6.15/drivers/net/ethernet/intel/e1000/
H A De1000.h262 u32 alloc_rx_buff_failed; member
H A De1000_main.c4119 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_skb()
4263 adapter->alloc_rx_buff_failed++; in e1000_clean_jumbo_rx_irq()
4390 adapter->alloc_rx_buff_failed++; in e1000_clean_rx_irq()
4516 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers()
4530 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers()
4587 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
4601 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
4609 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
4623 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
4647 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
H A De1000_ethtool.c69 { "alloc_rx_buff_failed", E1000_STAT(alloc_rx_buff_failed) },
/linux-6.15/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c2471 u64 non_eop_descs = 0, alloc_rx_buff_failed = 0; in wx_update_stats() local
2481 alloc_rx_buff_failed += rx_ring->rx_stats.alloc_rx_buff_failed; in wx_update_stats()
2486 wx->alloc_rx_buff_failed = alloc_rx_buff_failed; in wx_update_stats()
H A Dwx_type.h970 u64 alloc_rx_buff_failed; member
1213 u64 alloc_rx_buff_failed; member
H A Dwx_ethtool.c43 WX_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed),
H A Dwx_lib.c668 rx_ring->rx_stats.alloc_rx_buff_failed++; in wx_clean_rx_irq()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h305 u64 alloc_rx_buff_failed; member
709 u32 alloc_rx_buff_failed; member
H A Dixgbe_xsk.c332 rx_ring->rx_stats.alloc_rx_buff_failed++; in ixgbe_clean_rx_irq_zc()
H A Dixgbe_main.c2413 rx_ring->rx_stats.alloc_rx_buff_failed++; in ixgbe_clean_rx_irq()
7479 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbe_update_stats() local
7506 alloc_rx_buff_failed += rx_ring->rx_stats.alloc_rx_buff_failed; in ixgbe_update_stats()
7514 adapter->alloc_rx_buff_failed = alloc_rx_buff_failed; in ixgbe_update_stats()
H A Dixgbe_ethtool.c83 {"alloc_rx_buff_failed", IXGBE_STAT(alloc_rx_buff_failed)},
/linux-6.15/drivers/net/ethernet/intel/e1000e/
H A De1000.h270 u32 alloc_rx_buff_failed; member
H A Dnetdev.c671 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
745 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers_ps()
772 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers_ps()
846 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers()
856 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers()
867 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers()
H A Dethtool.c87 E1000_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed),
/linux-6.15/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.h151 u32 alloc_rx_buff_failed; member
H A Dbcmgenet.c1120 STAT_GENET_SOFT_MIB("alloc_rx_buff_failed", mib.alloc_rx_buff_failed),
2198 priv->mib.alloc_rx_buff_failed++; in bcmgenet_rx_refill()
/linux-6.15/drivers/net/ethernet/broadcom/
H A Dbcmsysport.h570 u32 alloc_rx_buff_failed; member
H A Dbcmsysport.c276 STAT_MIB_SOFT("alloc_rx_buff_failed", mib.alloc_rx_buff_failed),
673 priv->mib.alloc_rx_buff_failed++; in bcm_sysport_rx_refill()