Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000e/
A De1000.h151 struct e1000_ring { struct
217 struct e1000_ring *tx_ring ____cacheline_aligned_in_smp;
253 bool (*clean_rx)(struct e1000_ring *ring, int *work_done,
255 void (*alloc_rx_buf)(struct e1000_ring *ring, int cleaned_count,
257 struct e1000_ring *rx_ring;
292 struct e1000_ring test_tx_ring;
293 struct e1000_ring test_rx_ring;
477 int e1000e_setup_rx_resources(struct e1000_ring *ring);
478 int e1000e_setup_tx_resources(struct e1000_ring *ring);
479 void e1000e_free_rx_resources(struct e1000_ring *ring);
[all …]
A Dnetdev.c197 struct e1000_ring *tx_ring = adapter->tx_ring; in e1000e_dump()
204 struct e1000_ring *rx_ring = adapter->rx_ring; in e1000e_dump()
1090 struct e1000_ring *tx_ring = adapter->tx_ring; in e1000_print_hw_hang()
1927 struct e1000_ring *tx_ring = adapter->tx_ring; in e1000_intr_msix_tx()
1946 struct e1000_ring *rx_ring = adapter->rx_ring; in e1000_intr_msix_rx()
1977 struct e1000_ring *rx_ring = adapter->rx_ring; in e1000_configure_msix()
1978 struct e1000_ring *tx_ring = adapter->tx_ring; in e1000_configure_msix()
2317 struct e1000_ring *ring) in e1000_alloc_ring_dma()
2640 int size = sizeof(struct e1000_ring); in e1000_alloc_queues()
2925 struct e1000_ring *tx_ring = adapter->tx_ring; in e1000_configure_tx()
[all …]
A Dethtool.c672 struct e1000_ring *temp_tx = NULL, *temp_rx = NULL; in e1000_set_ringparam()
673 int err = 0, size = sizeof(struct e1000_ring); in e1000_set_ringparam()
1122 struct e1000_ring *tx_ring = &adapter->test_tx_ring; in e1000_free_desc_rings()
1123 struct e1000_ring *rx_ring = &adapter->test_rx_ring; in e1000_free_desc_rings()
1172 struct e1000_ring *tx_ring = &adapter->test_tx_ring; in e1000_setup_desc_rings()
1173 struct e1000_ring *rx_ring = &adapter->test_rx_ring; in e1000_setup_desc_rings()
1639 struct e1000_ring *tx_ring = &adapter->test_tx_ring; in e1000_run_loopback_test()
1640 struct e1000_ring *rx_ring = &adapter->test_rx_ring; in e1000_run_loopback_test()

Completed in 22 milliseconds