Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/intel/ixgb/
Dixgb.h149 u32 alloc_rx_buff_failed; member
Dixgb_main.c2081 adapter->alloc_rx_buff_failed++; in ixgb_alloc_rx_buffers()
2093 adapter->alloc_rx_buff_failed++; in ixgb_alloc_rx_buffers()
/Linux-v5.15/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h69 u64 alloc_rx_buff_failed; member
352 u64 alloc_rx_buff_failed; member
Dixgbevf_main.c1194 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()
Dethtool.c57 IXGBEVF_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed),
/Linux-v5.15/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-v5.15/drivers/net/ethernet/intel/e1000/
De1000.h262 u32 alloc_rx_buff_failed; member
De1000_main.c4113 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()
De1000_ethtool.c69 { "alloc_rx_buff_failed", E1000_STAT(alloc_rx_buff_failed) },
/Linux-v5.15/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h259 u64 alloc_rx_buff_failed; member
653 u32 alloc_rx_buff_failed; member
Dixgbe_xsk.c316 rx_ring->rx_stats.alloc_rx_buff_failed++; in ixgbe_clean_rx_irq_zc()
Dixgbe_main.c2368 rx_ring->rx_stats.alloc_rx_buff_failed++; in ixgbe_clean_rx_irq()
7037 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbe_update_stats() local
7064 alloc_rx_buff_failed += rx_ring->rx_stats.alloc_rx_buff_failed; in ixgbe_update_stats()
7072 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-v5.15/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.h148 u32 alloc_rx_buff_failed; member
Dbcmgenet.c1088 STAT_GENET_SOFT_MIB("alloc_rx_buff_failed", mib.alloc_rx_buff_failed),
2147 priv->mib.alloc_rx_buff_failed++; in bcmgenet_rx_refill()
/Linux-v5.15/drivers/net/ethernet/broadcom/
Dbcmsysport.h568 u32 alloc_rx_buff_failed; member
Dbcmsysport.c298 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-v5.15/drivers/net/ethernet/intel/e1000e/
De1000.h267 u32 alloc_rx_buff_failed; member
Dnetdev.c668 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()
Dethtool.c87 E1000_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed),