Lines Matching defs:cqc
755 void *cqc;
804 cqc = MLX5_ADDR_OF(create_cq_in, *cqb, cq_context);
805 MLX5_SET(cqc, cqc, log_page_size,
858 void *cqc;
886 cqc = MLX5_ADDR_OF(create_cq_in, *cqb, cq_context);
887 MLX5_SET(cqc, cqc, log_page_size,
928 void *cqc;
975 cqc = MLX5_ADDR_OF(create_cq_in, cqb, cq_context);
976 MLX5_SET(cqc, cqc, cqe_sz, cqe_sz_to_mlx_sz(cqe_size));
977 MLX5_SET(cqc, cqc, log_cq_size, ilog2(entries));
978 MLX5_SET(cqc, cqc, uar_page, index);
979 MLX5_SET(cqc, cqc, c_eqn, eqn);
980 MLX5_SET64(cqc, cqc, dbr_addr, cq->db.dma);
982 MLX5_SET(cqc, cqc, oi, 1);
1243 void *cqc;
1311 cqc = MLX5_ADDR_OF(modify_cq_in, in, cq_context);
1313 MLX5_SET(cqc, cqc, log_page_size,
1315 MLX5_SET(cqc, cqc, cqe_sz, cqe_sz_to_mlx_sz(cqe_size));
1316 MLX5_SET(cqc, cqc, log_cq_size, ilog2(entries));