Lines Matching refs:ice_tx_ring
190 struct ice_tx_ring *tx_ring;
334 struct ice_tx_ring *xdp_ring;
349 struct ice_tx_ring { struct
351 struct ice_tx_ring *next; /* pointer to next ring in q_vector */ argument
402 static inline bool ice_ring_ch_enabled(struct ice_tx_ring *ring) in ice_ring_ch_enabled() argument
407 static inline bool ice_ring_is_xdp(struct ice_tx_ring *ring) in ice_ring_is_xdp()
421 struct ice_tx_ring *tx_ring;
472 void ice_clean_tx_ring(struct ice_tx_ring *tx_ring);
474 int ice_setup_tx_ring(struct ice_tx_ring *tx_ring);
476 void ice_free_tx_ring(struct ice_tx_ring *tx_ring);
483 void ice_clean_ctrl_tx_irq(struct ice_tx_ring *tx_ring);