Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf.h68 u64 alloc_rx_page_failed; member
334 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()
3166 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbevf_update_stats() local
3191 alloc_rx_page_failed += rx_ring->rx_stats.alloc_rx_page_failed; in ixgbevf_update_stats()
3197 adapter->alloc_rx_page_failed = alloc_rx_page_failed; in ixgbevf_update_stats()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h306 u64 alloc_rx_page_failed; member
722 u32 alloc_rx_page_failed; member
H A Dixgbe_main.c1751 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbe_alloc_mapped_page()
1768 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbe_alloc_mapped_page()
7662 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbe_update_stats() local
7688 alloc_rx_page_failed += rx_ring->rx_stats.alloc_rx_page_failed; in ixgbe_update_stats()
7696 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)},