Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000.h191 struct e1000_rx_ring { struct
273 struct e1000_rx_ring *rx_ring,
276 struct e1000_rx_ring *rx_ring,
278 struct e1000_rx_ring *rx_ring; /* One per active queue */
305 struct e1000_rx_ring test_rx_ring;
De1000_main.c104 struct e1000_rx_ring *rxdr);
108 struct e1000_rx_ring *rx_ring);
127 struct e1000_rx_ring *rx_ring);
142 struct e1000_rx_ring *rx_ring,
145 struct e1000_rx_ring *rx_ring,
148 struct e1000_rx_ring *rx_ring, in e1000_alloc_dummy_rx_buffers()
153 struct e1000_rx_ring *rx_ring,
156 struct e1000_rx_ring *rx_ring,
408 struct e1000_rx_ring *ring = &adapter->rx_ring[i]; in e1000_configure()
1342 sizeof(struct e1000_rx_ring), GFP_KERNEL); in e1000_alloc_queues()
[all …]
De1000_ethtool.c571 struct e1000_rx_ring *rxdr = adapter->rx_ring; in e1000_get_ringparam()
588 struct e1000_rx_ring *rxdr, *rx_old; in e1000_set_ringparam()
609 rxdr = kcalloc(adapter->num_rx_queues, sizeof(struct e1000_rx_ring), in e1000_set_ringparam()
949 struct e1000_rx_ring *rxdr = &adapter->test_rx_ring; in e1000_free_desc_rings()
997 struct e1000_rx_ring *rxdr = &adapter->test_rx_ring; in e1000_setup_desc_rings()
1404 struct e1000_rx_ring *rxdr = &adapter->test_rx_ring; in e1000_run_loopback_test()
De1000_param.c309 struct e1000_rx_ring *rx_ring = adapter->rx_ring; in e1000_check_options()