Lines Matching refs:cqid
132 remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid); in iwch_destroy_cq()
196 if (insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid)) { in iwch_create_cq()
210 uresp.cqid = chp->cq.cqid; in iwch_create_cq()
240 chp->cq.cqid, chp, (1 << chp->cq.size_log2), in iwch_create_cq()
285 chp->cq.cqid = oldcq.cqid; in iwch_resize_cq()
296 oldcq.cqid = newcq.cqid; in iwch_resize_cq()
340 chp->cq.cqid); in iwch_arm_cq()
906 schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid); in iwch_create_qp()
907 rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid); in iwch_create_qp()
962 qhp->attr.scq = ((struct iwch_cq *) attrs->send_cq)->cq.cqid; in iwch_create_qp()
963 qhp->attr.rcq = ((struct iwch_cq *) attrs->recv_cq)->cq.cqid; in iwch_create_qp()