Searched refs:sq_ci (Results 1 – 2 of 2) sorted by relevance
168 wq->sq_ci = ci + 1; in mlx5_txpp_doorbell_rearm_queue()174 *wq->sq_dbrec = rte_cpu_to_be_32(wq->sq_ci); in mlx5_txpp_doorbell_rearm_queue()605 wq->sq_ci = 0; in mlx5_txpp_create_clock_queue()752 wq->cq_ci += (ci - wq->sq_ci) & UINT16_MAX; in mlx5_txpp_update_timestamp()753 wq->sq_ci = ci; in mlx5_txpp_update_timestamp()770 if (wq->sq_ci) in mlx5_txpp_init_timestamp()787 if (!sh->txpp.clock_queue.sq_ci && !sh->txpp.ts_n) in mlx5_txpp_gather_timestamp()820 wq->sq_ci += 2; in mlx5_txpp_handle_rearm_queue()891 (sh, sh->txpp.rearm_queue.sq_ci - 1); in mlx5_txpp_interrupt_handler()
650 uint16_t sq_ci; /* Next WQE to execute. */ member