Searched defs:ar_s (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c7488 ibt_ar_t ar_s; local
7564 ar_s.ar_gid = ia_rp->ia_hca_sgid;
7565 ar_s.ar_pkey = ia_rp->ia_port_pkey;
7566 bcopy(ia_rp->ia_sadata, ar_s.ar_data, DAPL_ATS_NBYTES);
7567 #define UC(b) ar_s.ar_data[(b)]
7572 retval = ibt_register_ar(daplka_dev->daplka_clnt_hdl, &ar_s);
7676 ibt_ar_t ar_s; local
7683 ar_s.ar_gid = ia_rp->ia_hca_sgid;
7684 ar_s.ar_pkey = ia_rp->ia_port_pkey;
7685 bcopy(ia_rp->ia_sadata, ar_s
[all...]

Completed in 63 milliseconds