Home
last modified time | relevance | path

Searched refs:iavf_alloc_rx_buffers (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/intel/iavf/
Diavf_txrx.h443 bool iavf_alloc_rx_buffers(struct iavf_ring *rxr, u16 cleaned_count);
Diavf_txrx.c914 bool iavf_alloc_rx_buffers(struct iavf_ring *rx_ring, u16 cleaned_count) in iavf_alloc_rx_buffers() function
1512 iavf_alloc_rx_buffers(rx_ring, cleaned_count); in iavf_clean_rx_irq()
Diavf_main.c1163 iavf_alloc_rx_buffers(ring, IAVF_DESC_UNUSED(ring)); in iavf_configure()