Searched refs:ixgbe_alloc_rx_buffers (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h850 void ixgbe_alloc_rx_buffers(struct ixgbe_ring *, u16);
H A Dixgbe_main.c1475 * ixgbe_alloc_rx_buffers - Replace used receive buffers
1479 void ixgbe_alloc_rx_buffers(struct ixgbe_ring *rx_ring, u16 cleaned_count) function
2000 ixgbe_alloc_rx_buffers(rx_ring, cleaned_count);
3396 ixgbe_alloc_rx_buffers(ring, ixgbe_desc_unused(ring));
H A Dixgbe_ethtool.c1868 ixgbe_alloc_rx_buffers(rx_ring, count);

Completed in 160 milliseconds