Searched refs:ixgbe_alloc_rx_buffers (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe.h | 891 void ixgbe_alloc_rx_buffers(struct ixgbe_ring *, u16);
|
H A D | ixgbe_main.c | 1573 * ixgbe_alloc_rx_buffers - Replace used receive buffers 1577 void ixgbe_alloc_rx_buffers(struct ixgbe_ring *rx_ring, u16 cleaned_count) in ixgbe_alloc_rx_buffers() function 2321 ixgbe_alloc_rx_buffers(rx_ring, cleaned_count); in ixgbe_clean_rx_irq() 4152 ixgbe_alloc_rx_buffers(ring, ixgbe_desc_unused(ring)); in ixgbe_configure_rx_ring()
|
H A D | ixgbe_ethtool.c | 2067 ixgbe_alloc_rx_buffers(rx_ring, count); in ixgbe_clean_test_rings()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe.h | 948 void ixgbe_alloc_rx_buffers(struct ixgbe_ring *, u16);
|
H A D | ixgbe_main.c | 1568 * ixgbe_alloc_rx_buffers - Replace used receive buffers 1572 void ixgbe_alloc_rx_buffers(struct ixgbe_ring *rx_ring, u16 cleaned_count) in ixgbe_alloc_rx_buffers() function 2315 ixgbe_alloc_rx_buffers(rx_ring, cleaned_count); in ixgbe_clean_rx_irq() 4144 ixgbe_alloc_rx_buffers(ring, ixgbe_desc_unused(ring)); in ixgbe_configure_rx_ring()
|
H A D | ixgbe_ethtool.c | 2085 ixgbe_alloc_rx_buffers(rx_ring, count); in ixgbe_clean_test_rings()
|
Completed in 48 milliseconds