Lines Matching refs:e1000_ring
150 struct e1000_ring { struct
216 struct e1000_ring *tx_ring ____cacheline_aligned_in_smp;
252 bool (*clean_rx)(struct e1000_ring *ring, int *work_done,
254 void (*alloc_rx_buf)(struct e1000_ring *ring, int cleaned_count,
256 struct e1000_ring *rx_ring;
291 struct e1000_ring test_tx_ring;
292 struct e1000_ring test_rx_ring;
476 int e1000e_setup_rx_resources(struct e1000_ring *ring);
477 int e1000e_setup_tx_resources(struct e1000_ring *ring);
478 void e1000e_free_rx_resources(struct e1000_ring *ring);
479 void e1000e_free_tx_resources(struct e1000_ring *ring);