Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/e1000e/
De1000.h152 struct e1000_ring { struct
218 struct e1000_ring *tx_ring ____cacheline_aligned_in_smp;
254 bool (*clean_rx)(struct e1000_ring *ring, int *work_done,
256 void (*alloc_rx_buf)(struct e1000_ring *ring, int cleaned_count,
258 struct e1000_ring *rx_ring;
293 struct e1000_ring test_tx_ring;
294 struct e1000_ring test_rx_ring;
478 int e1000e_setup_rx_resources(struct e1000_ring *ring);
479 int e1000e_setup_tx_resources(struct e1000_ring *ring);
480 void e1000e_free_rx_resources(struct e1000_ring *ring);
[all …]
Dnetdev.c198 struct e1000_ring *tx_ring = adapter->tx_ring; in e1000e_dump()
205 struct e1000_ring *rx_ring = adapter->rx_ring; in e1000e_dump()
470 static int e1000_desc_unused(struct e1000_ring *ring) in e1000_desc_unused()
604 static void e1000e_update_rdt_wa(struct e1000_ring *rx_ring, unsigned int i) in e1000e_update_rdt_wa()
621 static void e1000e_update_tdt_wa(struct e1000_ring *tx_ring, unsigned int i) in e1000e_update_tdt_wa()
644 static void e1000_alloc_rx_buffers(struct e1000_ring *rx_ring, in e1000_alloc_rx_buffers()
714 static void e1000_alloc_rx_buffers_ps(struct e1000_ring *rx_ring, in e1000_alloc_rx_buffers_ps()
819 static void e1000_alloc_jumbo_rx_buffers(struct e1000_ring *rx_ring, in e1000_alloc_jumbo_rx_buffers()
912 static bool e1000_clean_rx_irq(struct e1000_ring *rx_ring, int *work_done, in e1000_clean_rx_irq()
1060 static void e1000_put_txbuf(struct e1000_ring *tx_ring, in e1000_put_txbuf()
[all …]
Dethtool.c676 struct e1000_ring *temp_tx = NULL, *temp_rx = NULL; in e1000_set_ringparam()
677 int err = 0, size = sizeof(struct e1000_ring); in e1000_set_ringparam()
1126 struct e1000_ring *tx_ring = &adapter->test_tx_ring; in e1000_free_desc_rings()
1127 struct e1000_ring *rx_ring = &adapter->test_rx_ring; in e1000_free_desc_rings()
1176 struct e1000_ring *tx_ring = &adapter->test_tx_ring; in e1000_setup_desc_rings()
1177 struct e1000_ring *rx_ring = &adapter->test_rx_ring; in e1000_setup_desc_rings()
1643 struct e1000_ring *tx_ring = &adapter->test_tx_ring; in e1000_run_loopback_test()
1644 struct e1000_ring *rx_ring = &adapter->test_rx_ring; in e1000_run_loopback_test()