Searched refs:elts_ci (Results 1 – 4 of 4) sorted by relevance
154 uint32_t n = elts_n - (rxq->elts_ci - rxq->rq_pi); in mlx5_rx_mprq_replenish_bulk_mbuf()155 uint32_t elts_idx = rxq->elts_ci & wqe_mask; in mlx5_rx_mprq_replenish_bulk_mbuf()160 rxq->elts_ci - rxq->rq_pi <= in mlx5_rx_mprq_replenish_bulk_mbuf()173 rxq->elts_ci += n; in mlx5_rx_mprq_replenish_bulk_mbuf()175 elts_idx = rxq->elts_ci & wqe_mask; in mlx5_rx_mprq_replenish_bulk_mbuf()452 pkts_n = RTE_MIN(pkts_n, rxq->elts_ci - rxq->rq_pi); in rxq_burst_mprq_v()
385 rxq->elts_ci = mlx5_rxq_mprq_enabled(rxq) ? in mlx5_rxq_initialize()482 uint32_t elts_ci = in mlx5_rx_err_handle() local484 rxq->elts_ci : rxq->rq_ci; in mlx5_rx_err_handle()488 unsigned int n = elts_n - (elts_ci - in mlx5_rx_err_handle()492 elt_idx = (elts_ci + i) & e_mask; in mlx5_rx_err_handle()497 elt_idx = (elts_ci + in mlx5_rx_err_handle()
303 uint16_t elts_ci = mlx5_rxq_mprq_enabled(&rxq_ctrl->rxq) ? in rxq_free_elts_sprq() local304 rxq->elts_ci : rxq->rq_ci; in rxq_free_elts_sprq()305 uint16_t used = q_n - (elts_ci - rxq->rq_pi); in rxq_free_elts_sprq()322 (*rxq->elts)[(elts_ci + i) & q_mask] = NULL; in rxq_free_elts_sprq()323 rxq->rq_pi = elts_ci; in rxq_free_elts_sprq()
105 uint32_t elts_ci; member