Searched refs:txq_elt (Results 1 – 3 of 3) sorted by relevance
80 struct txq_elt { struct107 struct txq_elt (*elts)[]; /**< Tx elements. */
183 struct txq_elt (*elts)[txq->elts_n] = txq->elts; in mlx4_txq_free_elts()188 struct txq_elt *elt = &(*elts)[elts_tail++ & elts_m]; in mlx4_txq_free_elts()292 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()