Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ixgbevf/
A Dixgbevf.h68 u64 alloc_rx_page_failed; member
351 u64 alloc_rx_page_failed; member
A Dixgbevf_main.c617 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbevf_alloc_mapped_page()
632 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbevf_alloc_mapped_page()
3111 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbevf_update_stats() local
3136 alloc_rx_page_failed += rx_ring->rx_stats.alloc_rx_page_failed; in ixgbevf_update_stats()
3142 adapter->alloc_rx_page_failed = alloc_rx_page_failed; in ixgbevf_update_stats()
A Dethtool.c56 IXGBEVF_STAT("alloc_rx_page_failed", alloc_rx_page_failed),
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe.h258 u64 alloc_rx_page_failed; member
655 u32 alloc_rx_page_failed; member
A Dixgbe_main.c1544 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbe_alloc_mapped_page()
1561 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbe_alloc_mapped_page()
7046 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbe_update_stats() local
7072 alloc_rx_page_failed += rx_ring->rx_stats.alloc_rx_page_failed; in ixgbe_update_stats()
7080 adapter->alloc_rx_page_failed = alloc_rx_page_failed; in ixgbe_update_stats()
A Dixgbe_ethtool.c84 {"alloc_rx_page_failed", IXGBE_STAT(alloc_rx_page_failed)},

Completed in 41 milliseconds