Searched refs:sq_size (Results 1 – 3 of 3) sorted by relevance
170 (wqe[ci & (wq->sq_size - 1)].ctrl[0]) | (ci - 1) << 8); in mlx5_txpp_doorbell_rearm_queue()171 cs.w32[1] = wqe[ci & (wq->sq_size - 1)].ctrl[1]; in mlx5_txpp_doorbell_rearm_queue()184 for (i = 0; i < wq->sq_size; i += 2) { in mlx5_txpp_fill_wqe_rearm_queue()252 wq->sq_size = MLX5_TXPP_REARM_SQ_SIZE; in mlx5_txpp_create_rearm_queue()253 MLX5_ASSERT(wq->sq_size == (1 << log2above(wq->sq_size))); in mlx5_txpp_create_rearm_queue()417 wq->sq_size = RTE_ALIGN(MLX5_TXPP_TEST_PKT_SIZE + in mlx5_txpp_create_clock_queue()422 wq->sq_size *= MLX5_TXPP_CLKQ_SIZE; in mlx5_txpp_create_clock_queue()424 wq->sq_size = MLX5_TXPP_CLKQ_SIZE; in mlx5_txpp_create_clock_queue()427 MLX5_ASSERT(wq->sq_size == (1 << log2above(wq->sq_size))); in mlx5_txpp_create_clock_queue()446 log2above(wq->sq_size), in mlx5_txpp_create_clock_queue()[all …]
1030 uint16_t sq_size; /* Number of WQEs in the queue. */ member
275 uint32_t sq_size = sizeof(struct hisi_dma_sqe) * ring_size; in hisi_dma_alloc_iomem() local283 sq_size = RTE_CACHE_LINE_ROUNDUP(sq_size); in hisi_dma_alloc_iomem()286 total_size = sq_size + cq_size + status_size; in hisi_dma_alloc_iomem()299 hw->cqe = (void *)((char *)iomz->addr + sq_size); in hisi_dma_alloc_iomem()300 hw->status = (void *)((char *)iomz->addr + sq_size + cq_size); in hisi_dma_alloc_iomem()302 hw->cqe_iova = iomz->iova + sq_size; in hisi_dma_alloc_iomem()