Lines Matching refs:ice_tx_ring
190 struct ice_tx_ring *tx_ring;
358 struct ice_tx_ring *xdp_ring;
374 struct ice_tx_ring { struct
376 struct ice_tx_ring *next; /* pointer to next ring in q_vector */ argument
426 static inline bool ice_ring_ch_enabled(struct ice_tx_ring *ring) in ice_ring_ch_enabled() argument
431 static inline bool ice_ring_is_xdp(struct ice_tx_ring *ring) in ice_ring_is_xdp()
445 struct ice_tx_ring *tx_ring;
496 void ice_clean_tx_ring(struct ice_tx_ring *tx_ring);
498 int ice_setup_tx_ring(struct ice_tx_ring *tx_ring);
500 void ice_free_tx_ring(struct ice_tx_ring *tx_ring);
507 void ice_clean_ctrl_tx_irq(struct ice_tx_ring *tx_ring);