Searched refs:e1000_rx_ring (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/e1000/ |
D | e1000.h | 191 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;
|
D | e1000_main.c | 104 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 …]
|
D | e1000_ethtool.c | 573 struct e1000_rx_ring *rxdr = adapter->rx_ring; in e1000_get_ringparam() 590 struct e1000_rx_ring *rxdr, *rx_old; in e1000_set_ringparam() 611 rxdr = kcalloc(adapter->num_rx_queues, sizeof(struct e1000_rx_ring), in e1000_set_ringparam() 951 struct e1000_rx_ring *rxdr = &adapter->test_rx_ring; in e1000_free_desc_rings() 999 struct e1000_rx_ring *rxdr = &adapter->test_rx_ring; in e1000_setup_desc_rings() 1406 struct e1000_rx_ring *rxdr = &adapter->test_rx_ring; in e1000_run_loopback_test()
|
D | e1000_param.c | 309 struct e1000_rx_ring *rx_ring = adapter->rx_ring; in e1000_check_options()
|