/linux-6.12.1/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 | 1193 rx_ring->rx_stats.alloc_rx_buff_failed++; in ixgbevf_clean_rx_irq() 3135 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbevf_update_stats() local 3161 alloc_rx_buff_failed += rx_ring->rx_stats.alloc_rx_buff_failed; in ixgbevf_update_stats() 3167 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.12.1/drivers/net/ethernet/intel/igbvf/ |
D | igbvf.h | 213 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.12.1/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 262 u32 alloc_rx_buff_failed; member
|
D | e1000_main.c | 4112 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_skb() 4256 adapter->alloc_rx_buff_failed++; in e1000_clean_jumbo_rx_irq() 4383 adapter->alloc_rx_buff_failed++; in e1000_clean_rx_irq() 4509 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers() 4523 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers() 4580 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers() 4594 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers() 4602 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers() 4616 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers() 4640 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.12.1/drivers/net/ethernet/wangxun/libwx/ |
D | wx_hw.c | 2305 u64 non_eop_descs = 0, alloc_rx_buff_failed = 0; in wx_update_stats() local 2315 alloc_rx_buff_failed += rx_ring->rx_stats.alloc_rx_buff_failed; in wx_update_stats() 2320 wx->alloc_rx_buff_failed = alloc_rx_buff_failed; in wx_update_stats()
|
D | wx_type.h | 897 u64 alloc_rx_buff_failed; member 1130 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 | 656 rx_ring->rx_stats.alloc_rx_buff_failed++; in wx_clean_rx_irq()
|
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe.h | 303 u64 alloc_rx_buff_failed; member 703 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 | 2403 rx_ring->rx_stats.alloc_rx_buff_failed++; in ixgbe_clean_rx_irq() 7119 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbe_update_stats() local 7146 alloc_rx_buff_failed += rx_ring->rx_stats.alloc_rx_buff_failed; in ixgbe_update_stats() 7154 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.12.1/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.12.1/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.12.1/drivers/net/ethernet/broadcom/ |
D | bcmsysport.h | 570 u32 alloc_rx_buff_failed; member
|
D | bcmsysport.c | 300 STAT_MIB_SOFT("alloc_rx_buff_failed", mib.alloc_rx_buff_failed), 707 priv->mib.alloc_rx_buff_failed++; in bcm_sysport_rx_refill()
|