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

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/
H A Dofa_solaris.h52 #define r_laddr _resp_un._r_ll macro
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_comp.c332 rc = copyout((void*)&resp, (void*)cmd.response.r_laddr, sizeof (resp));
470 rc = copyout((void*)&resp, (void*)cmd.response.r_laddr, sizeof (resp));
561 rc = copyout((void*)&resp, (void*)cmd.response.r_laddr, sizeof (resp));
706 rc = copyout((void*)&resp, (void*)cmd.response.r_laddr, sizeof (resp));
723 (void *)cmd.response.r_laddr, sizeof (ofed_wc));
H A Dsol_uverbs.c1335 udata.outbuf = (void *)(cmd.response.r_laddr + sizeof (resp));
1348 rc = copyin((void*)cmd.response.r_laddr, (void*)&resp, sizeof (resp));
1400 rc = copyout((void*)&resp, (void*)cmd.response.r_laddr, sizeof (resp));
1502 rc = copyout((void*)&resp, (void*)cmd.response.r_laddr, sizeof (resp));
1736 rc = copyout((void*)&resp, (void*)cmd.response.r_laddr, sizeof (resp));
1832 rc = copyout((void*)&resp, (void*)cmd.response.r_laddr, sizeof (resp));
1937 rc = copyout((void*)&resp, (void*)cmd.response.r_laddr, sizeof (resp));
2025 rc = copyout((void*)&resp, (void*)cmd.response.r_laddr, sizeof (resp));
2150 rc = copyout((void*)&resp, (void*)cmd.response.r_laddr, sizeof (resp));
2366 rc = copyin((void*)cmd.response.r_laddr, (voi
[all...]
H A Dsol_uverbs_qp.c558 rc = copyout((void*)&resp, (void*)cmd.response.r_laddr, sizeof (resp));
882 rc = copyout((void*)&resp, (void*)cmd.response.r_laddr, sizeof (resp));
1802 rc = copyout((void*)&resp, (void*)cmd.response.r_laddr, sizeof (resp));
1949 rc = copyout((void*)&resp, (void*)cmd.response.r_laddr, sizeof (resp));
2138 rc = copyout((void*)&resp, (void*)cmd.response.r_laddr, sizeof (resp));
2236 rc = copyout((void*)&resp, (void*)cmd.response.r_laddr, sizeof (resp));
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_ucma/
H A Dsol_ucma.c814 ASSERT(ucma_id_inp->response.r_laddr);
830 if (copyout(&ucma_id_resp, (void *)(ucma_id_inp->response.r_laddr),
927 if (copyout(&id_resp, (void *) (id_inp->response.r_laddr),
1059 if (copyout(&route_info, (void *) (query_routep->response.r_laddr),
1298 if (copyout(&uverbs_qp_attr, (void *) (qp_attr_inp->response.r_laddr),
1363 (void *)(user_evt_inp->response.r_laddr),
1512 if (copyout(&join_resp, (void *) (join_buf->response.r_laddr),
1560 if (copyout(&id_resp, (void *) (id_inp->response.r_laddr),

Completed in 69 milliseconds