Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000.h199 struct e1000_rx_ring { struct
301 struct e1000_rx_ring *rx_ring,
305 struct e1000_rx_ring *rx_ring);
308 struct e1000_rx_ring *rx_ring,
310 struct e1000_rx_ring *rx_ring; /* One per active queue */
344 struct e1000_rx_ring test_rx_ring;
De1000_main.c140 struct e1000_rx_ring *rxdr);
144 struct e1000_rx_ring *rx_ring);
163 struct e1000_rx_ring *rx_ring);
178 struct e1000_rx_ring *rx_ring,
181 struct e1000_rx_ring *rx_ring,
185 struct e1000_rx_ring *rx_ring);
187 struct e1000_rx_ring *rx_ring);
190 struct e1000_rx_ring *rx_ring,
193 struct e1000_rx_ring *rx_ring,
542 struct e1000_rx_ring *ring = &adapter->rx_ring[i]; in e1000_up()
[all …]
De1000_ethtool.c628 struct e1000_rx_ring *rxdr = adapter->rx_ring; in e1000_get_ringparam()
649 struct e1000_rx_ring *rxdr, *rx_old; in e1000_set_ringparam()
656 rx_ring_size = sizeof(struct e1000_rx_ring) * adapter->num_rx_queues; in e1000_set_ringparam()
999 struct e1000_rx_ring *rxdr = &adapter->test_rx_ring; in e1000_free_desc_rings()
1046 struct e1000_rx_ring *rxdr = &adapter->test_rx_ring; in e1000_setup_desc_rings()
1493 struct e1000_rx_ring *rxdr = &adapter->test_rx_ring; in e1000_run_loopback_test()
De1000_param.c349 struct e1000_rx_ring *rx_ring = adapter->rx_ring; in e1000_check_options()