Searched refs:alloc_rx_page_failed (Results 1 – 7 of 7) sorted by relevance
68 u64 alloc_rx_page_failed; member351 u64 alloc_rx_page_failed; member
619 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbevf_alloc_mapped_page()634 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbevf_alloc_mapped_page()3109 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbevf_update_stats() local3134 alloc_rx_page_failed += rx_ring->rx_stats.alloc_rx_page_failed; in ixgbevf_update_stats()3140 adapter->alloc_rx_page_failed = alloc_rx_page_failed; in ixgbevf_update_stats()
56 IXGBEVF_STAT("alloc_rx_page_failed", alloc_rx_page_failed),
266 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbe_alloc_buffer_zc()291 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbe_alloc_buffer_slow_zc()
258 u64 alloc_rx_page_failed; member655 u32 alloc_rx_page_failed; member
1543 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbe_alloc_mapped_page()1560 rx_ring->rx_stats.alloc_rx_page_failed++; in ixgbe_alloc_mapped_page()7029 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0; in ixgbe_update_stats() local7052 alloc_rx_page_failed += rx_ring->rx_stats.alloc_rx_page_failed; in ixgbe_update_stats()7060 adapter->alloc_rx_page_failed = alloc_rx_page_failed; in ixgbe_update_stats()
84 {"alloc_rx_page_failed", IXGBE_STAT(alloc_rx_page_failed)},