Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h69 u64 alloc_rx_buff_failed; member
352 u64 alloc_rx_buff_failed; member
Dixgbevf_main.c1199 rx_ring->rx_stats.alloc_rx_buff_failed++; in ixgbevf_clean_rx_irq()
3115 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbevf_update_stats() local
3141 alloc_rx_buff_failed += rx_ring->rx_stats.alloc_rx_buff_failed; in ixgbevf_update_stats()
3147 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.10/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.10/drivers/net/ethernet/intel/e1000/
De1000.h262 u32 alloc_rx_buff_failed; member
De1000_main.c4114 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_skb()
4261 adapter->alloc_rx_buff_failed++; in e1000_clean_jumbo_rx_irq()
4388 adapter->alloc_rx_buff_failed++; in e1000_clean_rx_irq()
4514 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers()
4528 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers()
4585 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
4599 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
4607 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
4621 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
4645 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.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h259 u64 alloc_rx_buff_failed; member
652 u32 alloc_rx_buff_failed; member
Dixgbe_xsk.c311 rx_ring->rx_stats.alloc_rx_buff_failed++; in ixgbe_clean_rx_irq_zc()
Dixgbe_main.c2375 rx_ring->rx_stats.alloc_rx_buff_failed++; in ixgbe_clean_rx_irq()
7030 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbe_update_stats() local
7057 alloc_rx_buff_failed += rx_ring->rx_stats.alloc_rx_buff_failed; in ixgbe_update_stats()
7065 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.10/drivers/net/ethernet/broadcom/genet/
Dbcmgenet.h146 u32 alloc_rx_buff_failed; member
Dbcmgenet.c1084 STAT_GENET_SOFT_MIB("alloc_rx_buff_failed", mib.alloc_rx_buff_failed),
2142 priv->mib.alloc_rx_buff_failed++; in bcmgenet_rx_refill()
/Linux-v5.10/drivers/net/ethernet/broadcom/
Dbcmsysport.h599 u32 alloc_rx_buff_failed; member
Dbcmsysport.c297 STAT_MIB_SOFT("alloc_rx_buff_failed", mib.alloc_rx_buff_failed),
691 priv->mib.alloc_rx_buff_failed++; in bcm_sysport_rx_refill()
/Linux-v5.10/drivers/net/ethernet/intel/e1000e/
De1000.h266 u32 alloc_rx_buff_failed; member
Dnetdev.c705 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers()
779 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers_ps()
806 adapter->alloc_rx_buff_failed++; in e1000_alloc_rx_buffers_ps()
880 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers()
890 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers()
901 adapter->alloc_rx_buff_failed++; in e1000_alloc_jumbo_rx_buffers()
Dethtool.c80 E1000_STAT("alloc_rx_buff_failed", alloc_rx_buff_failed),