Home
last modified time | relevance | path

Searched refs:e1000_tx_ring (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000/
H A De1000.h143 struct e1000_tx_ring { struct
228 struct e1000_tx_ring *tx_ring; /* One per active queue */
280 struct e1000_tx_ring test_tx_ring;
H A De1000_ethtool.c549 struct e1000_tx_ring *txdr = adapter->tx_ring; in e1000_get_ringparam()
568 struct e1000_tx_ring *txdr, *tx_old; in e1000_set_ringparam()
585 txdr = kcalloc(adapter->num_tx_queues, sizeof(struct e1000_tx_ring), in e1000_set_ringparam()
929 struct e1000_tx_ring *txdr = &adapter->test_tx_ring; in e1000_free_desc_rings()
976 struct e1000_tx_ring *txdr = &adapter->test_tx_ring; in e1000_setup_desc_rings()
1383 struct e1000_tx_ring *txdr = &adapter->test_tx_ring; in e1000_run_loopback_test()
H A De1000_param.c254 struct e1000_tx_ring *tx_ring = adapter->tx_ring; in e1000_check_options()