Searched refs:cqe_size (Results 1 – 7 of 7) sorted by relevance
270 uint32_t cqe_size:3; member
1561 MLX5_SET(cqc, cqctx, cqe_sz, attr->cqe_size); in mlx5_devx_cmd_create_cq()1574 MLX5_SET(cqc, cqctx, cqe_sz, attr->cqe_size); in mlx5_devx_cmd_create_cq()
398 if (cq_info.cqe_size != RTE_CACHE_LINE_SIZE) { in mlx5_rxq_ibv_obj_new()980 if (cq_info.cqe_size != RTE_CACHE_LINE_SIZE) { in mlx5_txq_ibv_obj_new()
234 cq->cqe_64 = (dcq->cqe_size & 64) ? 1 : 0; in mlx4_txq_fill_dv_obj_info()
614 rxq->mcq.cqe_64 = (dv_cq.cqe_size & 64) ? 1 : 0; in mlx4_rxq_attach()
273 cq_attr.cqe_size = (sizeof(struct mlx5_cqe) == 128) ? in mlx5_txpp_create_rearm_queue()511 cq_attr.cqe_size = (sizeof(struct mlx5_cqe) == 128) ? in mlx5_txpp_create_clock_queue()
490 cq_attr.cqe_size = MLX5_CQE_SIZE_128B; in mlx5_rxq_create_devx_cq_resources()1266 cq_attr.cqe_size = (sizeof(struct mlx5_cqe) == 128) ? in mlx5_txq_create_devx_cq_resources()