Searched refs:txq_elt (Results 1 – 3 of 3) sorted by relevance
80 struct txq_elt { struct107 struct txq_elt (*elts)[]; /**< Tx elements. */
209 struct txq_elt (*elts)[txq->elts_n] = txq->elts; in mlx4_txq_free_elts()214 struct txq_elt *elt = &(*elts)[n]; in mlx4_txq_free_elts()319 struct txq_elt (*elts)[rte_align32pow2(desc)]; in mlx4_tx_queue_setup()
891 struct txq_elt *elt; in mlx4_tx_burst()908 struct txq_elt *elt_next = &(*txq->elts)[++elts_head & elts_m]; in mlx4_tx_burst()