Home
last modified time | relevance | path

Searched refs:alloc_rx_buf (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000.h251 void (*alloc_rx_buf)(struct e1000_adapter *adapter, member
H 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()
3545 adapter->alloc_rx_buf = e1000_alloc_dummy_rx_buffers; in e1000_change_mtu()
4297 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_jumbo_rx_irq()
4309 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_jumbo_rx_irq()
4470 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_rx_irq()
4482 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_rx_irq()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000.h251 void (*alloc_rx_buf)(struct e1000_adapter *adapter, member
H 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()
2188 adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring)); in e1000_leave_82542_rst()
3545 adapter->alloc_rx_buf = e1000_alloc_dummy_rx_buffers; in e1000_change_mtu()
4295 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_jumbo_rx_irq()
4307 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_jumbo_rx_irq()
4468 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_rx_irq()
4480 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count); in e1000_clean_rx_irq()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A De1000.h254 void (*alloc_rx_buf)(struct e1000_ring *ring, int cleaned_count, member
H A Dnetdev.c1036 adapter->alloc_rx_buf(rx_ring, cleaned_count, in e1000_clean_rx_irq()
1051 adapter->alloc_rx_buf(rx_ring, cleaned_count, GFP_ATOMIC); in e1000_clean_rx_irq()
1470 adapter->alloc_rx_buf(rx_ring, cleaned_count, in e1000_clean_rx_irq_ps()
1485 adapter->alloc_rx_buf(rx_ring, cleaned_count, GFP_ATOMIC); in e1000_clean_rx_irq_ps()
1651 adapter->alloc_rx_buf(rx_ring, cleaned_count, in e1000_clean_jumbo_rx_irq()
1666 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()
3771 adapter->alloc_rx_buf(rx_rin in e1000_configure()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A De1000.h257 void (*alloc_rx_buf)(struct e1000_ring *ring, int cleaned_count, member
H A Dnetdev.c1040 adapter->alloc_rx_buf(rx_ring, cleaned_count, in e1000_clean_rx_irq()
1055 adapter->alloc_rx_buf(rx_ring, cleaned_count, GFP_ATOMIC); in e1000_clean_rx_irq()
1466 adapter->alloc_rx_buf(rx_ring, cleaned_count, in e1000_clean_rx_irq_ps()
1481 adapter->alloc_rx_buf(rx_ring, cleaned_count, GFP_ATOMIC); in e1000_clean_rx_irq_ps()
1645 adapter->alloc_rx_buf(rx_ring, cleaned_count, in e1000_clean_jumbo_rx_irq()
1660 adapter->alloc_rx_buf(rx_ring, cleaned_count, GFP_ATOMIC); in e1000_clean_jumbo_rx_irq()
3200 adapter->alloc_rx_buf = e1000_alloc_rx_buffers_ps; in e1000_configure_rx()
3204 adapter->alloc_rx_buf = e1000_alloc_jumbo_rx_buffers; in e1000_configure_rx()
3208 adapter->alloc_rx_buf = e1000_alloc_rx_buffers; in e1000_configure_rx()
3763 adapter->alloc_rx_buf(rx_rin in e1000_configure()
[all...]

Completed in 40 milliseconds