Home
last modified time | relevance | path

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

/drivers/net/ethernet/intel/e1000/
De1000.h278 void (*alloc_rx_buf)(struct e1000_adapter *adapter, member
De1000_main.c409 adapter->alloc_rx_buf(adapter, ring, in e1000_configure()
1889 adapter->alloc_rx_buf = e1000_alloc_jumbo_rx_buffers; in e1000_configure_rx()
1894 adapter->alloc_rx_buf = e1000_alloc_rx_buffers; in e1000_configure_rx()
2214 adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring)); in e1000_leave_82542_rst()
3582 adapter->alloc_rx_buf = e1000_alloc_dummy_rx_buffers; in e1000_change_mtu()
4323 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_jumbo_rx_irq()
4335 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_jumbo_rx_irq()
4494 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_rx_irq()
4506 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_rx_irq()
/drivers/net/ethernet/intel/e1000e/
De1000.h274 void (*alloc_rx_buf)(struct e1000_ring *ring, int cleaned_count, member
Dnetdev.c1048 adapter->alloc_rx_buf(rx_ring, cleaned_count, in e1000_clean_rx_irq()
1063 adapter->alloc_rx_buf(rx_ring, cleaned_count, GFP_ATOMIC); in e1000_clean_rx_irq()
1476 adapter->alloc_rx_buf(rx_ring, cleaned_count, in e1000_clean_rx_irq_ps()
1491 adapter->alloc_rx_buf(rx_ring, cleaned_count, GFP_ATOMIC); in e1000_clean_rx_irq_ps()
1658 adapter->alloc_rx_buf(rx_ring, cleaned_count, in e1000_clean_jumbo_rx_irq()
1673 adapter->alloc_rx_buf(rx_ring, cleaned_count, GFP_ATOMIC); in e1000_clean_jumbo_rx_irq()
3212 adapter->alloc_rx_buf = e1000_alloc_rx_buffers_ps; in e1000_configure_rx()
3216 adapter->alloc_rx_buf = e1000_alloc_jumbo_rx_buffers; in e1000_configure_rx()
3220 adapter->alloc_rx_buf = e1000_alloc_rx_buffers; in e1000_configure_rx()
3779 adapter->alloc_rx_buf(rx_ring, e1000_desc_unused(rx_ring), GFP_KERNEL); in e1000_configure()