Lines Matching refs:cqid
136 remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid); in iwch_destroy_cq()
205 if (insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid)) { in iwch_create_cq()
219 uresp.cqid = chp->cq.cqid; in iwch_create_cq()
249 chp->cq.cqid, chp, (1 << chp->cq.size_log2), in iwch_create_cq()
294 chp->cq.cqid = oldcq.cqid; in iwch_resize_cq()
305 oldcq.cqid = newcq.cqid; in iwch_resize_cq()
349 chp->cq.cqid); in iwch_arm_cq()
935 schp = get_chp(rhp, ((struct iwch_cq *) attrs->send_cq)->cq.cqid); in iwch_create_qp()
936 rchp = get_chp(rhp, ((struct iwch_cq *) attrs->recv_cq)->cq.cqid); in iwch_create_qp()
991 qhp->attr.scq = ((struct iwch_cq *) attrs->send_cq)->cq.cqid; in iwch_create_qp()
992 qhp->attr.rcq = ((struct iwch_cq *) attrs->recv_cq)->cq.cqid; in iwch_create_qp()