Lines Matching refs:e1000_ring
152 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);
481 void e1000e_free_tx_resources(struct e1000_ring *ring);