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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000.h298 void (*alloc_rx_buf) (struct e1000_adapter *adapter, member in struct:e1000_adapter
H A De1000_main.c529 adapter->alloc_rx_buf(adapter, ring,
2013 adapter->alloc_rx_buf = e1000_alloc_rx_buffers_ps;
2018 adapter->alloc_rx_buf = e1000_alloc_rx_buffers;
2359 adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring));
4218 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4230 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4403 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4417 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);

Completed in 47 milliseconds