Searched refs:e1000_ring (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | e1000.h | 154 struct e1000_ring { struct 220 struct e1000_ring *tx_ring ____cacheline_aligned_in_smp; 256 bool (*clean_rx)(struct e1000_ring *ring, int *work_done, 258 void (*alloc_rx_buf)(struct e1000_ring *ring, int cleaned_count, 260 struct e1000_ring *rx_ring; 295 struct e1000_ring test_tx_ring; 296 struct e1000_ring test_rx_ring; 501 int e1000e_setup_rx_resources(struct e1000_ring *ring); 502 int e1000e_setup_tx_resources(struct e1000_ring *ring); 503 void e1000e_free_rx_resources(struct e1000_ring *ring); [all …]
|
| H A D | netdev.c | 213 struct e1000_ring *tx_ring = adapter->tx_ring; in e1000e_dump() 220 struct e1000_ring *rx_ring = adapter->rx_ring; in e1000e_dump() 485 static int e1000_desc_unused(struct e1000_ring *ring) in e1000_desc_unused() 619 static void e1000e_update_rdt_wa(struct e1000_ring *rx_ring, unsigned int i) in e1000e_update_rdt_wa() 636 static void e1000e_update_tdt_wa(struct e1000_ring *tx_ring, unsigned int i) in e1000e_update_tdt_wa() 659 static void e1000_alloc_rx_buffers(struct e1000_ring *rx_ring, in e1000_alloc_rx_buffers() 729 static void e1000_alloc_rx_buffers_ps(struct e1000_ring *rx_ring, in e1000_alloc_rx_buffers_ps() 834 static void e1000_alloc_jumbo_rx_buffers(struct e1000_ring *rx_ring, in e1000_alloc_jumbo_rx_buffers() 927 static bool e1000_clean_rx_irq(struct e1000_ring *rx_ring, int *work_done, in e1000_clean_rx_irq() 1075 static void e1000_put_txbuf(struct e1000_ring *tx_ring, in e1000_put_txbuf() [all …]
|