Searched refs:alloc_rx_buf (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_main.c | 376 adapter->alloc_rx_buf(adapter, ring, in e1000_configure() 1863 adapter->alloc_rx_buf = e1000_alloc_jumbo_rx_buffers; in e1000_configure_rx() 1868 adapter->alloc_rx_buf = e1000_alloc_rx_buffers; in e1000_configure_rx() 2189 adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring)); in e1000_leave_82542_rst() 3546 adapter->alloc_rx_buf = e1000_alloc_dummy_rx_buffers; in e1000_change_mtu() 4304 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_jumbo_rx_irq() 4316 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_jumbo_rx_irq() 4477 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_rx_irq() 4489 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_rx_irq()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | e1000.h | 258 void (*alloc_rx_buf)(struct e1000_ring *ring, int cleaned_count, member
|