/linux-6.14.4/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf.h | 69 u64 alloc_rx_buff_failed; member 352 u64 alloc_rx_buff_failed; member
|
D | ixgbevf_main.c | 1195 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()
|
D | ethtool.c | 55 IXGBEVF_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed),
|
/linux-6.14.4/drivers/net/ethernet/intel/igbvf/ |
D | igbvf.h | 211 u32 alloc_rx_buff_failed; member
|
D | ethtool.c | 40 { "alloc_rx_buff_failed", IGBVF_STAT(alloc_rx_buff_failed, zero_base) },
|
D | netdev.c | 160 adapter->alloc_rx_buff_failed++; in igbvf_alloc_rx_buffers() 184 adapter->alloc_rx_buff_failed++; in igbvf_alloc_rx_buffers()
|
/linux-6.14.4/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 262 u32 alloc_rx_buff_failed; member
|
D | e1000_main.c | 4119 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()
|
D | e1000_ethtool.c | 69 { "alloc_rx_buff_failed", E1000_STAT(alloc_rx_buff_failed) },
|
/linux-6.14.4/drivers/net/ethernet/wangxun/libwx/ |
D | wx_hw.c | 2303 u64 non_eop_descs = 0, alloc_rx_buff_failed = 0; in wx_update_stats() local 2313 alloc_rx_buff_failed += rx_ring->rx_stats.alloc_rx_buff_failed; in wx_update_stats() 2318 wx->alloc_rx_buff_failed = alloc_rx_buff_failed; in wx_update_stats()
|
D | wx_type.h | 896 u64 alloc_rx_buff_failed; member 1129 u64 alloc_rx_buff_failed; member
|
D | wx_ethtool.c | 43 WX_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed),
|
D | wx_lib.c | 658 rx_ring->rx_stats.alloc_rx_buff_failed++; in wx_clean_rx_irq()
|
/linux-6.14.4/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe.h | 305 u64 alloc_rx_buff_failed; member 709 u32 alloc_rx_buff_failed; member
|
D | ixgbe_xsk.c | 332 rx_ring->rx_stats.alloc_rx_buff_failed++; in ixgbe_clean_rx_irq_zc()
|
D | ixgbe_main.c | 2413 rx_ring->rx_stats.alloc_rx_buff_failed++; in ixgbe_clean_rx_irq() 7475 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbe_update_stats() local 7502 alloc_rx_buff_failed += rx_ring->rx_stats.alloc_rx_buff_failed; in ixgbe_update_stats() 7510 adapter->alloc_rx_buff_failed = alloc_rx_buff_failed; in ixgbe_update_stats()
|
D | ixgbe_ethtool.c | 83 {"alloc_rx_buff_failed", IXGBE_STAT(alloc_rx_buff_failed)},
|
/linux-6.14.4/drivers/net/ethernet/intel/e1000e/ |
D | e1000.h | 270 u32 alloc_rx_buff_failed; member
|
D | netdev.c | 671 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()
|
D | ethtool.c | 87 E1000_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed),
|
/linux-6.14.4/drivers/net/ethernet/broadcom/genet/ |
D | bcmgenet.h | 148 u32 alloc_rx_buff_failed; member
|
D | bcmgenet.c | 1112 STAT_GENET_SOFT_MIB("alloc_rx_buff_failed", mib.alloc_rx_buff_failed), 2196 priv->mib.alloc_rx_buff_failed++; in bcmgenet_rx_refill()
|
/linux-6.14.4/drivers/net/ethernet/broadcom/ |
D | bcmsysport.h | 570 u32 alloc_rx_buff_failed; member
|
D | bcmsysport.c | 276 STAT_MIB_SOFT("alloc_rx_buff_failed", mib.alloc_rx_buff_failed), 673 priv->mib.alloc_rx_buff_failed++; in bcm_sysport_rx_refill()
|