Lines Matching refs:cqid
62 res->u.cq.iqid = cpu_to_be32(cq->cqid); in destroy_cq()
74 c4iw_put_cqid(rdev, cq->cqid, uctx); in destroy_cq()
89 cq->cqid = c4iw_get_cqid(rdev, uctx); in create_cq()
90 if (!cq->cqid) { in create_cq()
132 res->u.cq.iqid = cpu_to_be32(cq->cqid); in create_cq()
161 u32 off = (cq->cqid << rdev->cqshift) & PAGE_MASK; in create_cq()
168 u32 off = ((cq->cqid << rdev->cqshift) & PAGE_MASK) + 12; in create_cq()
180 c4iw_put_cqid(rdev, cq->cqid, uctx); in create_cq()
348 PDBG("%s cqid 0x%x\n", __func__, chp->cq.cqid); in c4iw_flush_hw_cq()
665 __func__, cq, cq->cqid, cq->sw_cidx); in poll_cq()
669 __func__, cq, cq->cqid, cq->cidx); in poll_cq()
857 remove_handle(chp->rhp, &chp->rhp->cqidr, chp->cq.cqid); in c4iw_destroy_cq()
941 ret = insert_handle(rhp, &rhp->cqidr, chp, chp->cq.cqid); in c4iw_create_cq()
954 uresp.cqid = chp->cq.cqid; in c4iw_create_cq()
979 __func__, chp->cq.cqid, chp, chp->cq.size, in c4iw_create_cq()
987 remove_handle(rhp, &rhp->cqidr, chp->cq.cqid); in c4iw_create_cq()