Home
last modified time | relevance | path

Searched refs:alloc_rx_buf (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000/
A De1000.h251 void (*alloc_rx_buf)(struct e1000_adapter *adapter, member
A De1000_main.c380 adapter->alloc_rx_buf(adapter, ring, in e1000_configure()
1862 adapter->alloc_rx_buf = e1000_alloc_jumbo_rx_buffers; in e1000_configure_rx()
1867 adapter->alloc_rx_buf = e1000_alloc_rx_buffers; in e1000_configure_rx()
2187 adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring)); in e1000_leave_82542_rst()
3544 adapter->alloc_rx_buf = e1000_alloc_dummy_rx_buffers; in e1000_change_mtu()
4296 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_jumbo_rx_irq()
4308 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_jumbo_rx_irq()
4469 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_rx_irq()
4481 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_rx_irq()
/linux/drivers/net/ethernet/intel/e1000e/
A De1000.h255 void (*alloc_rx_buf)(struct e1000_ring *ring, int cleaned_count, member
A Dnetdev.c1037 adapter->alloc_rx_buf(rx_ring, cleaned_count, in e1000_clean_rx_irq()
1052 adapter->alloc_rx_buf(rx_ring, cleaned_count, GFP_ATOMIC); in e1000_clean_rx_irq()
1471 adapter->alloc_rx_buf(rx_ring, cleaned_count, in e1000_clean_rx_irq_ps()
1486 adapter->alloc_rx_buf(rx_ring, cleaned_count, GFP_ATOMIC); in e1000_clean_rx_irq_ps()
1652 adapter->alloc_rx_buf(rx_ring, cleaned_count, in e1000_clean_jumbo_rx_irq()
1667 adapter->alloc_rx_buf(rx_ring, cleaned_count, GFP_ATOMIC); in e1000_clean_jumbo_rx_irq()
3207 adapter->alloc_rx_buf = e1000_alloc_rx_buffers_ps; in e1000_configure_rx()
3211 adapter->alloc_rx_buf = e1000_alloc_jumbo_rx_buffers; in e1000_configure_rx()
3215 adapter->alloc_rx_buf = e1000_alloc_rx_buffers; in e1000_configure_rx()
3772 adapter->alloc_rx_buf(rx_ring, e1000_desc_unused(rx_ring), GFP_KERNEL); in e1000_configure()

Completed in 25 milliseconds