Searched refs:hlc_mrhdl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c2810 if (lstate->hls_tx.hlc_mrhdl != NULL) {
2812 &lstate->hls_tx.hlc_mrhdl, HERMON_MR_DEREG_ALL,
2815 if (lstate->hls_rx.hlc_mrhdl != NULL) {
2817 &lstate->hls_rx.hlc_mrhdl, HERMON_MR_DEREG_ALL,
2919 lstate->hls_pd_hdl, &comm->hlc_memattr, &comm->hlc_mrhdl,
2922 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*comm->hlc_mrhdl))
2924 comm->hlc_mrdesc.md_vaddr = comm->hlc_mrhdl->mr_bindinfo.bi_addr;
2925 comm->hlc_mrdesc.md_lkey = comm->hlc_mrhdl->mr_lkey;
2926 comm->hlc_mrdesc.md_rkey = comm->hlc_mrhdl->mr_rkey;
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h529 hermon_mrhdl_t hlc_mrhdl; member in struct:hermon_loopback_comm_s

Completed in 65 milliseconds