to_ecq
struct efa_cq *cq = to_ecq(ibcq);
struct efa_cq *cq = to_ecq(ibcq);
create_qp_params.send_cq_idx = to_ecq(init_attr->send_cq)->cq_idx;
create_qp_params.recv_cq_idx = to_ecq(init_attr->recv_cq)->cq_idx;
struct erdma_cq *cq = to_ecq(ibcq);
struct erdma_cq *cq = to_ecq(ibcq);
struct erdma_cq *cq = to_ecq(ibcq);
qp->scq = to_ecq(attrs->send_cq);
qp->rcq = to_ecq(attrs->recv_cq);
struct erdma_cq *cq = to_ecq(ibcq);
struct erdma_cq *cq = to_ecq(ibcq);