Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000/
H A De1000.h164 struct e1000_rx_ring { struct
249 struct e1000_rx_ring *rx_ring,
252 struct e1000_rx_ring *rx_ring,
254 struct e1000_rx_ring *rx_ring; /* One per active queue */
281 struct e1000_rx_ring test_rx_ring;
H A De1000_main.c77 struct e1000_rx_ring *rxdr);
81 struct e1000_rx_ring *rx_ring);
100 struct e1000_rx_ring *rx_ring);
114 struct e1000_rx_ring *rx_ring,
117 struct e1000_rx_ring *rx_ring,
120 struct e1000_rx_ring *rx_ring, in e1000_alloc_dummy_rx_buffers()
125 struct e1000_rx_ring *rx_ring,
128 struct e1000_rx_ring *rx_ring,
376 struct e1000_rx_ring *ring = &adapter->rx_ring[i]; in e1000_configure()
1330 sizeof(struct e1000_rx_ring), GFP_KERNEL); in e1000_alloc_queues()
[all …]
H A De1000_ethtool.c550 struct e1000_rx_ring *rxdr = adapter->rx_ring; in e1000_get_ringparam()
569 struct e1000_rx_ring *rxdr, *rx_old; in e1000_set_ringparam()
590 rxdr = kcalloc(adapter->num_rx_queues, sizeof(struct e1000_rx_ring), in e1000_set_ringparam()
930 struct e1000_rx_ring *rxdr = &adapter->test_rx_ring; in e1000_free_desc_rings()
977 struct e1000_rx_ring *rxdr = &adapter->test_rx_ring; in e1000_setup_desc_rings()
1384 struct e1000_rx_ring *rxdr = &adapter->test_rx_ring; in e1000_run_loopback_test()
H A De1000_param.c282 struct e1000_rx_ring *rx_ring = adapter->rx_ring; in e1000_check_options()