Lines Matching refs:i40e_ring
215 struct i40e_ring { struct
216 struct i40e_ring *next; /* pointer to next ring in q_vector */ argument
278 struct i40e_ring *ring; argument
290 void i40evf_alloc_rx_buffers_ps(struct i40e_ring *rxr, u16 cleaned_count);
291 void i40evf_alloc_rx_buffers_1buf(struct i40e_ring *rxr, u16 cleaned_count);
292 void i40evf_alloc_rx_headers(struct i40e_ring *rxr);
294 void i40evf_clean_tx_ring(struct i40e_ring *tx_ring);
295 void i40evf_clean_rx_ring(struct i40e_ring *rx_ring);
296 int i40evf_setup_tx_descriptors(struct i40e_ring *tx_ring);
297 int i40evf_setup_rx_descriptors(struct i40e_ring *rx_ring);
298 void i40evf_free_tx_resources(struct i40e_ring *tx_ring);
299 void i40evf_free_rx_resources(struct i40e_ring *rx_ring);