Searched refs:elts_head (Results 1 – 6 of 6) sorted by relevance
181 unsigned int elts_head = txq->elts_head; in mlx4_txq_free_elts() local187 while (elts_tail != elts_head) { in mlx4_txq_free_elts()195 txq->elts_tail = txq->elts_head; in mlx4_txq_free_elts()359 .elts_head = 0, in mlx4_tx_queue_setup()
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()1052 txq->elts_head += i; in mlx4_tx_burst()
101 unsigned int elts_head; /**< Current index in (*elts)[]. */ member
45 txq_ctrl->txq.elts_head = 0; in txq_alloc_elts()61 uint16_t elts_head = txq_ctrl->txq.elts_head; in txq_free_elts() local67 txq_ctrl->txq.elts_head = 0; in txq_free_elts()71 while (elts_tail != elts_head) { in txq_free_elts()
2007 part = txq->elts_s - (txq->elts_head & txq->elts_m); in mlx5_tx_copy_elts()2014 txq->elts_head += pkts_n; in mlx5_tx_copy_elts()2160 uint16_t head = txq->elts_head; in mlx5_tx_request_completion()2208 used = txq->elts_head - txq->elts_tail; in mlx5_tx_descriptor_status()3077 txq->elts[txq->elts_head++ & txq->elts_m] = loc->mbuf; in mlx5_tx_mseg_build()3103 txq->elts[txq->elts_head++ & txq->elts_m] = loc->mbuf; in mlx5_tx_mseg_build()3376 txq->elts[txq->elts_head++ & txq->elts_m] = loc->mbuf; in mlx5_tx_packet_multi_send()3772 txq->elts[txq->elts_head++ & txq->elts_m] = loc->mbuf; in mlx5_tx_burst_tso()4712 txq->elts[txq->elts_head++ & txq->elts_m] = in mlx5_tx_burst_single_send()4753 txq->elts[txq->elts_head++ & txq->elts_m] = in mlx5_tx_burst_single_send()[all …]
225 uint16_t elts_head; /* Current counter in (*elts)[]. */ member