Searched refs:e1000_rx_ring (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/e1000/
H A De1000.h194 struct e1000_rx_ring { struct
292 struct e1000_rx_ring *rx_ring,
296 struct e1000_rx_ring *rx_ring);
299 struct e1000_rx_ring *rx_ring,
301 struct e1000_rx_ring *rx_ring; /* One per active queue */
334 struct e1000_rx_ring test_rx_ring;
H A De1000_main.c128 struct e1000_rx_ring *rxdr);
132 struct e1000_rx_ring *rx_ring);
151 struct e1000_rx_ring *rx_ring);
167 struct e1000_rx_ring *rx_ring,
170 struct e1000_rx_ring *rx_ring,
174 struct e1000_rx_ring *rx_ring);
176 struct e1000_rx_ring *rx_ring);
179 struct e1000_rx_ring *rx_ring,
182 struct e1000_rx_ring *rx_ring,
528 struct e1000_rx_ring *rin
[all...]
H A De1000_ethtool.c635 struct e1000_rx_ring *rxdr = adapter->rx_ring;
656 struct e1000_rx_ring *rxdr, *rx_old;
676 rxdr = kcalloc(adapter->num_rx_queues, sizeof(struct e1000_rx_ring), GFP_KERNEL);
1003 struct e1000_rx_ring *rxdr = &adapter->test_rx_ring;
1050 struct e1000_rx_ring *rxdr = &adapter->test_rx_ring;
1498 struct e1000_rx_ring *rxdr = &adapter->test_rx_ring;
H A De1000_param.c319 struct e1000_rx_ring *rx_ring = adapter->rx_ring;

Completed in 65 milliseconds