Lines Matching refs:to_mcq
992 in->ctx.cqn_recv = cpu_to_be32(to_mcq(devr->c0)->mcq.cqn); in create_qp_common()
993 in->ctx.cqn_send = cpu_to_be32(to_mcq(devr->c0)->mcq.cqn); in create_qp_common()
998 in->ctx.cqn_recv = cpu_to_be32(to_mcq(devr->c0)->mcq.cqn); in create_qp_common()
1014 in->ctx.cqn_send = cpu_to_be32(to_mcq(init_attr->send_cq)->mcq.cqn); in create_qp_common()
1017 in->ctx.cqn_recv = cpu_to_be32(to_mcq(init_attr->recv_cq)->mcq.cqn); in create_qp_common()
1121 *send_cq = to_mcq(qp->ibqp.send_cq); in get_cqs()
1132 *send_cq = to_mcq(qp->ibqp.send_cq); in get_cqs()
1133 *recv_cq = to_mcq(qp->ibqp.recv_cq); in get_cqs()
1278 qp->ibqp.qp_num, qp->mqp.qpn, to_mcq(init_attr->recv_cq)->mcq.cqn, in mlx5_ib_create_qp()
1279 to_mcq(init_attr->send_cq)->mcq.cqn); in mlx5_ib_create_qp()
1822 cq = to_mcq(ib_cq); in mlx5_wq_overflow()