Lines Matching refs:uresp
82 struct c4iw_alloc_ucontext_resp uresp;
91 if (udata->outlen < sizeof(uresp) - sizeof(uresp.reserved)) {
101 uresp.status_page_size = PAGE_SIZE;
104 uresp.status_page_key = context->key;
108 ret = ib_copy_to_udata(udata, &uresp,
109 sizeof(uresp) - sizeof(uresp.reserved));
113 mm->key = uresp.status_page_key;
224 struct c4iw_alloc_pd_resp uresp = {.pdid = php->pdid};
226 if (ib_copy_to_udata(udata, &uresp, sizeof(uresp))) {