Home
last modified time | relevance | path

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

/openbmc/linux/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.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()
3136 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbevf_update_stats() local
3161 alloc_rx_page_failed += rx_ring->rx_stats.alloc_rx_page_failed; in ixgbevf_update_stats()
3167 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),
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h302 u64 alloc_rx_page_failed; member
702 u32 alloc_rx_page_failed; member
H A Dixgbe_main.c1536 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbe_alloc_mapped_page()
1553 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbe_alloc_mapped_page()
7092 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbe_update_stats() local
7118 alloc_rx_page_failed += rx_ring->rx_stats.alloc_rx_page_failed; in ixgbe_update_stats()
7126 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)},