Home
last modified time | relevance | path

Searched refs:txq_elt (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/mlx4/
H A Dmlx4_rxtx.h80 struct txq_elt { struct
107 struct txq_elt (*elts)[]; /**< Tx elements. */
H A Dmlx4_txq.c209 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()
H A Dmlx4_rxtx.c891 struct txq_elt *elt; in mlx4_tx_burst()
908 struct txq_elt *elt_next = &(*txq->elts)[++elts_head & elts_m]; in mlx4_tx_burst()