Lines Matching refs:cqc
715 void *cqc;
765 cqc = MLX5_ADDR_OF(create_cq_in, *cqb, cq_context);
766 MLX5_SET(cqc, cqc, log_page_size,
801 MLX5_SET(cqc, cqc, cqe_comp_en, 1);
802 MLX5_SET(cqc, cqc, mini_cqe_res_format, mini_cqe_format);
859 void *cqc;
888 cqc = MLX5_ADDR_OF(create_cq_in, *cqb, cq_context);
889 MLX5_SET(cqc, cqc, log_page_size,
931 void *cqc;
977 cqc = MLX5_ADDR_OF(create_cq_in, cqb, cq_context);
978 MLX5_SET(cqc, cqc, cqe_sz,
982 MLX5_SET(cqc, cqc, log_cq_size, ilog2(entries));
983 MLX5_SET(cqc, cqc, uar_page, index);
984 MLX5_SET(cqc, cqc, c_eqn, eqn);
985 MLX5_SET64(cqc, cqc, dbr_addr, cq->db.dma);
987 MLX5_SET(cqc, cqc, oi, 1);
1245 void *cqc;
1315 cqc = MLX5_ADDR_OF(modify_cq_in, in, cq_context);
1317 MLX5_SET(cqc, cqc, log_page_size,
1319 MLX5_SET(cqc, cqc, cqe_sz,
1323 MLX5_SET(cqc, cqc, log_cq_size, ilog2(entries));