Lines Matching refs:e1000_ring
171 struct e1000_ring { struct
237 struct e1000_ring *tx_ring ____cacheline_aligned_in_smp;
272 bool (*clean_rx)(struct e1000_ring *ring, int *work_done,
274 void (*alloc_rx_buf)(struct e1000_ring *ring, int cleaned_count,
276 struct e1000_ring *rx_ring;
311 struct e1000_ring test_tx_ring;
312 struct e1000_ring test_rx_ring;
488 int e1000e_setup_rx_resources(struct e1000_ring *ring);
489 int e1000e_setup_tx_resources(struct e1000_ring *ring);
490 void e1000e_free_rx_resources(struct e1000_ring *ring);
491 void e1000e_free_tx_resources(struct e1000_ring *ring);