Lines Matching refs:cqc
544 void *cqc;
575 cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context);
576 MLX5_SET(cqc, cqc, log_page_size, vcq->buf.frag_buf.page_shift - MLX5_ADAPTER_PAGE_SHIFT);
585 cqc = MLX5_ADDR_OF(create_cq_in, in, cq_context);
586 MLX5_SET(cqc, cqc, log_cq_size, ilog2(num_ent));
587 MLX5_SET(cqc, cqc, uar_page, ndev->mvdev.res.uar->index);
588 MLX5_SET(cqc, cqc, c_eqn_or_apu_element, eqn);
589 MLX5_SET64(cqc, cqc, dbr_addr, vcq->db.dma);