Lines Matching refs:cqc
725 void *cqc;
757 cq->buf.umem, cqc, log_page_size, MLX5_ADAPTER_PAGE_SHIFT,
786 cqc = MLX5_ADDR_OF(create_cq_in, *cqb, cq_context);
787 MLX5_SET(cqc, cqc, log_page_size,
789 MLX5_SET(cqc, cqc, page_offset, page_offset_quantized);
823 MLX5_SET(cqc, cqc, cqe_comp_en, 1);
824 MLX5_SET(cqc, cqc, mini_cqe_res_format, mini_cqe_format);
884 void *cqc;
913 cqc = MLX5_ADDR_OF(create_cq_in, *cqb, cq_context);
914 MLX5_SET(cqc, cqc, log_page_size,
956 void *cqc;
1002 cqc = MLX5_ADDR_OF(create_cq_in, cqb, cq_context);
1003 MLX5_SET(cqc, cqc, cqe_sz,
1007 MLX5_SET(cqc, cqc, log_cq_size, ilog2(entries));
1008 MLX5_SET(cqc, cqc, uar_page, index);
1009 MLX5_SET(cqc, cqc, c_eqn_or_apu_element, eqn);
1010 MLX5_SET64(cqc, cqc, dbr_addr, cq->db.dma);
1012 MLX5_SET(cqc, cqc, oi, 1);
1266 void *cqc;
1306 cq->resize_umem, cqc, log_page_size,
1349 cqc = MLX5_ADDR_OF(modify_cq_in, in, cq_context);
1351 MLX5_SET(cqc, cqc, log_page_size,
1353 MLX5_SET(cqc, cqc, page_offset, page_offset_quantized);
1354 MLX5_SET(cqc, cqc, cqe_sz,
1358 MLX5_SET(cqc, cqc, log_cq_size, ilog2(entries));