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

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h948 void ixgbe_alloc_rx_buffers(struct ixgbe_ring *, u16);
H A Dixgbe_main.c1602 * ixgbe_alloc_rx_buffers - Replace used receive buffers
1606 void ixgbe_alloc_rx_buffers(struct ixgbe_ring *rx_ring, u16 cleaned_count) function
2349 ixgbe_alloc_rx_buffers(rx_ring, cleaned_count);
4174 ixgbe_alloc_rx_buffers(ring, ixgbe_desc_unused(ring));
H A Dixgbe_ethtool.c2086 ixgbe_alloc_rx_buffers(rx_ring, count);

Completed in 202 milliseconds