Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/e1000e/
A De1000.h153 struct e1000_ring { struct
219 struct e1000_ring *tx_ring ____cacheline_aligned_in_smp;
255 bool (*clean_rx)(struct e1000_ring *ring, int *work_done,
257 void (*alloc_rx_buf)(struct e1000_ring *ring, int cleaned_count,
259 struct e1000_ring *rx_ring;
294 struct e1000_ring test_tx_ring;
295 struct e1000_ring test_rx_ring;
479 int e1000e_setup_rx_resources(struct e1000_ring *ring);
480 int e1000e_setup_tx_resources(struct e1000_ring *ring);
481 void e1000e_free_rx_resources(struct e1000_ring *ring);
[all …]
A Dnetdev.c201 struct e1000_ring *tx_ring = adapter->tx_ring; in e1000e_dump()
208 struct e1000_ring *rx_ring = adapter->rx_ring; in e1000e_dump()
1094 struct e1000_ring *tx_ring = adapter->tx_ring; in e1000_print_hw_hang()
1921 struct e1000_ring *tx_ring = adapter->tx_ring; in e1000_intr_msix_tx()
1940 struct e1000_ring *rx_ring = adapter->rx_ring; in e1000_intr_msix_rx()
1971 struct e1000_ring *rx_ring = adapter->rx_ring; in e1000_configure_msix()
1972 struct e1000_ring *tx_ring = adapter->tx_ring; in e1000_configure_msix()
2311 struct e1000_ring *ring) in e1000_alloc_ring_dma()
2634 int size = sizeof(struct e1000_ring); in e1000_alloc_queues()
2919 struct e1000_ring *tx_ring = adapter->tx_ring; in e1000_configure_tx()
[all …]
A Dethtool.c684 struct e1000_ring *temp_tx = NULL, *temp_rx = NULL; in e1000_set_ringparam()
685 int err = 0, size = sizeof(struct e1000_ring); in e1000_set_ringparam()
1135 struct e1000_ring *tx_ring = &adapter->test_tx_ring; in e1000_free_desc_rings()
1136 struct e1000_ring *rx_ring = &adapter->test_rx_ring; in e1000_free_desc_rings()
1185 struct e1000_ring *tx_ring = &adapter->test_tx_ring; in e1000_setup_desc_rings()
1186 struct e1000_ring *rx_ring = &adapter->test_rx_ring; in e1000_setup_desc_rings()
1653 struct e1000_ring *tx_ring = &adapter->test_tx_ring; in e1000_run_loopback_test()
1654 struct e1000_ring *rx_ring = &adapter->test_rx_ring; in e1000_run_loopback_test()

Completed in 20 milliseconds