Searched refs:alloc_rx_buf (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000.h | 251 void (*alloc_rx_buf)(struct e1000_adapter *adapter, member
|
H A D | e1000_main.c | 377 adapter->alloc_rx_buf(adapter, ring, in e1000_configure() 1864 adapter->alloc_rx_buf = e1000_alloc_jumbo_rx_buffers; in e1000_configure_rx() 1869 adapter->alloc_rx_buf = e1000_alloc_rx_buffers; in e1000_configure_rx() 2190 adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring)); in e1000_leave_82542_rst() 3549 adapter->alloc_rx_buf = e1000_alloc_dummy_rx_buffers; in e1000_change_mtu() 4299 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_jumbo_rx_irq() 4311 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_jumbo_rx_irq() 4472 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_rx_irq() 4484 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 | 257 void (*alloc_rx_buf)(struct e1000_ring *ring, int cleaned_count, member
|