Home
last modified time | relevance | path

Searched defs:elts_tail (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_txq.c182 unsigned int elts_tail = txq->elts_tail; in mlx4_txq_free_elts() local
H A Dmlx4_rxtx.h102 unsigned int elts_tail; /**< First element awaiting completion. */ member
H A Dmlx4_rxtx.c307 unsigned int elts_tail = txq->elts_tail; in mlx4_txq_complete() local
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_txq.c62 uint16_t elts_tail = txq_ctrl->txq.elts_tail; in txq_free_elts() local
H A Dmlx5_rxtx.h226 uint16_t elts_tail; /* Counter of first element awaiting completion. */ member