Home
last modified time | relevance | path

Searched refs:alloc_rx_page_failed (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h68 u64 alloc_rx_page_failed; member
351 u64 alloc_rx_page_failed; member
H A Dixgbevf_main.c621 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbevf_alloc_mapped_page()
636 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbevf_alloc_mapped_page()
3137 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbevf_update_stats() local
3162 alloc_rx_page_failed += rx_ring->rx_stats.alloc_rx_page_failed; in ixgbevf_update_stats()
3168 adapter->alloc_rx_page_failed = alloc_rx_page_failed; in ixgbevf_update_stats()
H A Dethtool.c54 IXGBEVF_STAT("alloc_rx_page_failed", alloc_rx_page_failed),
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h304 u64 alloc_rx_page_failed; member
708 u32 alloc_rx_page_failed; member
H A Dixgbe_main.c1584 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbe_alloc_mapped_page()
1601 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbe_alloc_mapped_page()
7479 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbe_update_stats() local
7505 alloc_rx_page_failed += rx_ring->rx_stats.alloc_rx_page_failed; in ixgbe_update_stats()
7513 adapter->alloc_rx_page_failed = alloc_rx_page_failed; in ixgbe_update_stats()
H A Dixgbe_ethtool.c82 {"alloc_rx_page_failed", IXGBE_STAT(alloc_rx_page_failed)},