Lines Matching refs:i40e_ring
233 struct i40e_ring { struct
234 struct i40e_ring *next; /* pointer to next ring in q_vector */ argument
301 struct i40e_ring *ring; argument
313 void i40evf_alloc_rx_buffers_ps(struct i40e_ring *rxr, u16 cleaned_count);
314 void i40evf_alloc_rx_buffers_1buf(struct i40e_ring *rxr, u16 cleaned_count);
315 void i40evf_alloc_rx_headers(struct i40e_ring *rxr);
317 void i40evf_clean_tx_ring(struct i40e_ring *tx_ring);
318 void i40evf_clean_rx_ring(struct i40e_ring *rx_ring);
319 int i40evf_setup_tx_descriptors(struct i40e_ring *tx_ring);
320 int i40evf_setup_rx_descriptors(struct i40e_ring *rx_ring);
321 void i40evf_free_tx_resources(struct i40e_ring *tx_ring);
322 void i40evf_free_rx_resources(struct i40e_ring *rx_ring);