Searched refs:igb_alloc_rx_buffers (Results 1 – 4 of 4) sorted by relevance
77 igb_alloc_rx_buffers(rx_ring, igb_desc_unused(rx_ring)); in igb_txrx_ring_enable()
759 void igb_alloc_rx_buffers(struct igb_ring *, u16);
1601 igb_alloc_rx_buffers(rx_ring, igb_desc_unused(rx_ring)); in igb_setup_desc_rings()1880 igb_alloc_rx_buffers(rx_ring, count); in igb_clean_test_rings()
2002 igb_alloc_rx_buffers(ring, igb_desc_unused(ring)); in igb_configure()9045 igb_alloc_rx_buffers(rx_ring, cleaned_count); in igb_clean_rx_irq()9151 igb_alloc_rx_buffers(rx_ring, cleaned_count); in igb_clean_rx_irq()9205 void igb_alloc_rx_buffers(struct igb_ring *rx_ring, u16 cleaned_count) in igb_alloc_rx_buffers() function