Lines Matching refs:uresp
1616 struct c4iw_create_qp_resp uresp; in c4iw_create_qp() local
1731 uresp.flags = C4IW_QPF_ONCHIP; in c4iw_create_qp()
1733 uresp.flags = 0; in c4iw_create_qp()
1734 uresp.qid_mask = rhp->rdev.qpmask; in c4iw_create_qp()
1735 uresp.sqid = qhp->wq.sq.qid; in c4iw_create_qp()
1736 uresp.sq_size = qhp->wq.sq.size; in c4iw_create_qp()
1737 uresp.sq_memsize = qhp->wq.sq.memsize; in c4iw_create_qp()
1738 uresp.rqid = qhp->wq.rq.qid; in c4iw_create_qp()
1739 uresp.rq_size = qhp->wq.rq.size; in c4iw_create_qp()
1740 uresp.rq_memsize = qhp->wq.rq.memsize; in c4iw_create_qp()
1743 uresp.ma_sync_key = ucontext->key; in c4iw_create_qp()
1746 uresp.ma_sync_key = 0; in c4iw_create_qp()
1748 uresp.sq_key = ucontext->key; in c4iw_create_qp()
1750 uresp.rq_key = ucontext->key; in c4iw_create_qp()
1752 uresp.sq_db_gts_key = ucontext->key; in c4iw_create_qp()
1754 uresp.rq_db_gts_key = ucontext->key; in c4iw_create_qp()
1757 ret = ib_copy_to_udata(udata, &uresp, sizeof uresp); in c4iw_create_qp()
1760 mm1->key = uresp.sq_key; in c4iw_create_qp()
1764 mm2->key = uresp.rq_key; in c4iw_create_qp()
1768 mm3->key = uresp.sq_db_gts_key; in c4iw_create_qp()
1772 mm4->key = uresp.rq_db_gts_key; in c4iw_create_qp()
1777 mm5->key = uresp.ma_sync_key; in c4iw_create_qp()