Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_rxtx.h80 struct txq_elt { struct
107 struct txq_elt (*elts)[]; /**< Tx elements. */
H A Dmlx4_txq.c183 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()
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()