/linux/drivers/net/ethernet/intel/ixgbevf/ |
A D | ixgbevf.h | 69 u64 alloc_rx_buff_failed; member 352 u64 alloc_rx_buff_failed; member
|
A D | ixgbevf_main.c | 1194 rx_ring->rx_stats.alloc_rx_buff_failed++; in ixgbevf_clean_rx_irq() 3111 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbevf_update_stats() local 3137 alloc_rx_buff_failed += rx_ring->rx_stats.alloc_rx_buff_failed; in ixgbevf_update_stats() 3143 adapter->alloc_rx_buff_failed = alloc_rx_buff_failed; in ixgbevf_update_stats()
|
A D | ethtool.c | 57 IXGBEVF_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed),
|
/linux/drivers/net/ethernet/intel/ixgb/ |
A D | ixgb.h | 149 u32 alloc_rx_buff_failed; member
|
A D | ixgb_main.c | 2083 adapter->alloc_rx_buff_failed++; in ixgb_alloc_rx_buffers() 2095 adapter->alloc_rx_buff_failed++; in ixgb_alloc_rx_buffers()
|
/linux/drivers/net/ethernet/intel/igbvf/ |
A D | igbvf.h | 213 u32 alloc_rx_buff_failed; member
|
A D | ethtool.c | 40 { "alloc_rx_buff_failed", IGBVF_STAT(alloc_rx_buff_failed, zero_base) },
|
A 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/drivers/net/ethernet/intel/e1000/ |
A D | e1000.h | 262 u32 alloc_rx_buff_failed; member
|
A D | e1000_main.c | 4113 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() 4584 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers() 4598 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers() 4606 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers() 4620 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers() 4644 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
|
A D | e1000_ethtool.c | 69 { "alloc_rx_buff_failed", E1000_STAT(alloc_rx_buff_failed) },
|
/linux/drivers/net/ethernet/intel/ixgbe/ |
A D | ixgbe.h | 259 u64 alloc_rx_buff_failed; member 656 u32 alloc_rx_buff_failed; member
|
A D | ixgbe_xsk.c | 322 rx_ring->rx_stats.alloc_rx_buff_failed++; in ixgbe_clean_rx_irq_zc()
|
A D | ixgbe_main.c | 2377 rx_ring->rx_stats.alloc_rx_buff_failed++; in ixgbe_clean_rx_irq() 7046 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbe_update_stats() local 7073 alloc_rx_buff_failed += rx_ring->rx_stats.alloc_rx_buff_failed; in ixgbe_update_stats() 7081 adapter->alloc_rx_buff_failed = alloc_rx_buff_failed; in ixgbe_update_stats()
|
A D | ixgbe_ethtool.c | 85 {"alloc_rx_buff_failed", IXGBE_STAT(alloc_rx_buff_failed)},
|
/linux/drivers/net/ethernet/broadcom/genet/ |
A D | bcmgenet.h | 148 u32 alloc_rx_buff_failed; member
|
A D | bcmgenet.c | 1130 STAT_GENET_SOFT_MIB("alloc_rx_buff_failed", mib.alloc_rx_buff_failed), 2191 priv->mib.alloc_rx_buff_failed++; in bcmgenet_rx_refill()
|
/linux/drivers/net/ethernet/broadcom/ |
A D | bcmsysport.h | 568 u32 alloc_rx_buff_failed; member
|
A D | bcmsysport.c | 298 STAT_MIB_SOFT("alloc_rx_buff_failed", mib.alloc_rx_buff_failed), 696 priv->mib.alloc_rx_buff_failed++; in bcm_sysport_rx_refill()
|
/linux/drivers/net/ethernet/intel/e1000e/ |
A D | e1000.h | 268 u32 alloc_rx_buff_failed; member
|
A D | netdev.c | 668 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers() 742 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers_ps() 769 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers_ps() 843 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers() 853 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers() 864 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers()
|
A D | ethtool.c | 87 E1000_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed),
|