Lines Matching refs:uresp
1629 struct c4iw_create_qp_resp uresp; in c4iw_create_qp() local
1744 uresp.flags = C4IW_QPF_ONCHIP; in c4iw_create_qp()
1746 uresp.flags = 0; in c4iw_create_qp()
1747 uresp.qid_mask = rhp->rdev.qpmask; in c4iw_create_qp()
1748 uresp.sqid = qhp->wq.sq.qid; in c4iw_create_qp()
1749 uresp.sq_size = qhp->wq.sq.size; in c4iw_create_qp()
1750 uresp.sq_memsize = qhp->wq.sq.memsize; in c4iw_create_qp()
1751 uresp.rqid = qhp->wq.rq.qid; in c4iw_create_qp()
1752 uresp.rq_size = qhp->wq.rq.size; in c4iw_create_qp()
1753 uresp.rq_memsize = qhp->wq.rq.memsize; in c4iw_create_qp()
1756 uresp.ma_sync_key = ucontext->key; in c4iw_create_qp()
1759 uresp.ma_sync_key = 0; in c4iw_create_qp()
1761 uresp.sq_key = ucontext->key; in c4iw_create_qp()
1763 uresp.rq_key = ucontext->key; in c4iw_create_qp()
1765 uresp.sq_db_gts_key = ucontext->key; in c4iw_create_qp()
1767 uresp.rq_db_gts_key = ucontext->key; in c4iw_create_qp()
1770 ret = ib_copy_to_udata(udata, &uresp, sizeof uresp); in c4iw_create_qp()
1773 mm1->key = uresp.sq_key; in c4iw_create_qp()
1777 mm2->key = uresp.rq_key; in c4iw_create_qp()
1781 mm3->key = uresp.sq_db_gts_key; in c4iw_create_qp()
1785 mm4->key = uresp.rq_db_gts_key; in c4iw_create_qp()
1790 mm5->key = uresp.ma_sync_key; in c4iw_create_qp()