Searched refs:e1000_rx_ring (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/intel/e1000/ |
| D | e1000.h | 165 struct e1000_rx_ring { struct 250 struct e1000_rx_ring *rx_ring, 253 struct e1000_rx_ring *rx_ring, 255 struct e1000_rx_ring *rx_ring; /* One per active queue */ 282 struct e1000_rx_ring test_rx_ring;
|
| D | e1000_main.c | 79 struct e1000_rx_ring *rxdr); 83 struct e1000_rx_ring *rx_ring); 102 struct e1000_rx_ring *rx_ring); 116 struct e1000_rx_ring *rx_ring, 119 struct e1000_rx_ring *rx_ring, 122 struct e1000_rx_ring *rx_ring, in e1000_alloc_dummy_rx_buffers() 127 struct e1000_rx_ring *rx_ring, 130 struct e1000_rx_ring *rx_ring, 382 struct e1000_rx_ring *ring = &adapter->rx_ring[i]; in e1000_configure() 1332 sizeof(struct e1000_rx_ring), GFP_KERNEL); in e1000_alloc_queues() [all …]
|
| D | e1000_ethtool.c | 550 struct e1000_rx_ring *rxdr = adapter->rx_ring; in e1000_get_ringparam() 567 struct e1000_rx_ring *rxdr, *rx_old; in e1000_set_ringparam() 588 rxdr = kcalloc(adapter->num_rx_queues, sizeof(struct e1000_rx_ring), in e1000_set_ringparam() 929 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()
|
| D | e1000_param.c | 284 struct e1000_rx_ring *rx_ring = adapter->rx_ring; in e1000_check_options()
|