Searched refs:elts_head (Results 1 – 6 of 6) sorted by relevance
113 uint16_t elts_head; /* Current counter in (*elts)[]. */ member661 part = txq->elts_s - (txq->elts_head & txq->elts_m); in mlx5_tx_copy_elts()668 txq->elts_head += pkts_n; in mlx5_tx_copy_elts()693 uint16_t head = txq->elts_head; in mlx5_tx_request_completion()1592 txq->elts[txq->elts_head++ & txq->elts_m] = loc->mbuf; in mlx5_tx_mseg_build()1618 txq->elts[txq->elts_head++ & txq->elts_m] = loc->mbuf; in mlx5_tx_mseg_build()1904 txq->elts[txq->elts_head++ & txq->elts_m] = loc->mbuf; in mlx5_tx_packet_multi_send()2299 txq->elts[txq->elts_head++ & txq->elts_m] = loc->mbuf; in mlx5_tx_burst_tso()3239 txq->elts[txq->elts_head++ & txq->elts_m] = in mlx5_tx_burst_single_send()3280 txq->elts[txq->elts_head++ & txq->elts_m] = in mlx5_tx_burst_single_send()[all …]
47 txq_ctrl->txq.elts_head = 0; in txq_alloc_elts()63 uint16_t elts_head = txq_ctrl->txq.elts_head; in txq_free_elts() local69 txq_ctrl->txq.elts_head = 0; in txq_free_elts()73 while (elts_tail != elts_head) { in txq_free_elts()
274 used = txq->elts_head - txq->elts_tail; in mlx5_tx_descriptor_status()
883 unsigned int elts_head = txq->elts_head; in mlx4_tx_burst() local888 unsigned int max = elts_head - txq->elts_tail; in mlx4_tx_burst()903 elt = &(*txq->elts)[elts_head & elts_m]; in mlx4_tx_burst()908 struct txq_elt *elt_next = &(*txq->elts)[++elts_head & elts_m]; in mlx4_tx_burst()1048 txq->elts_head += i; in mlx4_tx_burst()
222 txq->elts_tail = txq->elts_head; in mlx4_txq_free_elts()386 .elts_head = 0, in mlx4_tx_queue_setup()
101 unsigned int elts_head; /**< Current index in (*elts)[]. */ member