Lines Matching refs:e1000_ring
153 struct e1000_ring { struct
219 struct e1000_ring *tx_ring ____cacheline_aligned_in_smp;
255 bool (*clean_rx)(struct e1000_ring *ring, int *work_done,
257 void (*alloc_rx_buf)(struct e1000_ring *ring, int cleaned_count,
259 struct e1000_ring *rx_ring;
294 struct e1000_ring test_tx_ring;
295 struct e1000_ring test_rx_ring;
499 int e1000e_setup_rx_resources(struct e1000_ring *ring);
500 int e1000e_setup_tx_resources(struct e1000_ring *ring);
501 void e1000e_free_rx_resources(struct e1000_ring *ring);
502 void e1000e_free_tx_resources(struct e1000_ring *ring);