Searched refs:uresp (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c127 struct c4iw_alloc_ucontext_resp uresp; local
143 if (udata->outlen < sizeof(uresp) - sizeof(uresp.reserved)) {
155 uresp.status_page_size = PAGE_SIZE;
158 uresp.status_page_key = context->key;
162 ret = ib_copy_to_udata(udata, &uresp,
163 sizeof(uresp) - sizeof(uresp.reserved));
167 mm->key = uresp.status_page_key;
H A Dcq.c914 struct c4iw_create_cq_resp uresp; local
993 memset(&uresp, 0, sizeof(uresp));
994 uresp.qid_mask = rhp->rdev.cqmask;
995 uresp.cqid = chp->cq.cqid;
996 uresp.size = chp->cq.size;
997 uresp.memsize = chp->cq.memsize;
999 uresp.key = ucontext->key;
1001 uresp.gts_key = ucontext->key;
1004 ret = ib_copy_to_udata(udata, &uresp,
[all...]
H A Dqp.c1717 struct c4iw_create_qp_resp uresp; local
1831 uresp.flags = 0;
1832 uresp.qid_mask = rhp->rdev.qpmask;
1833 uresp.sqid = qhp->wq.sq.qid;
1834 uresp.sq_size = qhp->wq.sq.size;
1835 uresp.sq_memsize = qhp->wq.sq.memsize;
1836 uresp.rqid = qhp->wq.rq.qid;
1837 uresp.rq_size = qhp->wq.rq.size;
1838 uresp.rq_memsize = qhp->wq.rq.memsize;
1840 uresp
[all...]
/freebsd-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_verbs.c988 struct qlnxr_alloc_ucontext_resp uresp; local
1020 memset(&uresp, 0, sizeof(uresp));
1021 uresp.dpm_enabled = offsetof(struct qlnxr_alloc_ucontext_resp, dpm_enabled)
1023 uresp.wids_enabled = offsetof(struct qlnxr_alloc_ucontext_resp, wids_enabled)
1025 uresp.wid_count = offsetof(struct qlnxr_alloc_ucontext_resp, wid_count)
1027 uresp.db_pa = ctx->dpi_phys_addr;
1028 uresp.db_size = ctx->dpi_size;
1029 uresp.max_send_wr = dev->attr.max_sqe;
1030 uresp
1700 struct qlnxr_create_cq_uresp uresp; local
2252 struct qlnxr_create_srq_uresp uresp; local
2271 qlnxr_copy_rq_uresp(struct qlnxr_dev *dev, struct qlnxr_create_qp_uresp *uresp, struct qlnxr_qp *qp) argument
2306 qlnxr_copy_sq_uresp(struct qlnxr_dev *dev, struct qlnxr_create_qp_uresp *uresp, struct qlnxr_qp *qp) argument
2335 struct qlnxr_create_qp_uresp uresp; local
[all...]
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_provider.c304 struct mthca_alloc_ucontext_resp uresp; local
311 memset(&uresp, 0, sizeof uresp);
313 uresp.qp_tab_size = to_mdev(ibdev)->limits.num_qps;
315 uresp.uarc_size = to_mdev(ibdev)->uar_table.uarc_size;
317 uresp.uarc_size = 0;
337 if (ib_copy_to_udata(udata, &uresp, sizeof uresp)) {

Completed in 180 milliseconds