Lines Matching refs:cqc
516 void *cqc;
547 cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context);
548 MLX5_SET(cqc, cqc, log_page_size, vcq->buf.frag_buf.page_shift - MLX5_ADAPTER_PAGE_SHIFT);
557 cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context);
558 MLX5_SET(cqc, cqc, log_cq_size, ilog2(num_ent));
559 MLX5_SET(cqc, cqc, uar_page, ndev->mvdev.res.uar->index);
560 MLX5_SET(cqc, cqc, c_eqn, eqn);
561 MLX5_SET64(cqc, cqc, dbr_addr, vcq->db.dma);