Home
last modified time | relevance | path

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.c2808 if (lstate->hls_tx.hlc_mrhdl != NULL) { in hermon_loopback_free_state()
2810 &lstate->hls_tx.hlc_mrhdl, HERMON_MR_DEREG_ALL, in hermon_loopback_free_state()
2813 if (lstate->hls_rx.hlc_mrhdl != NULL) { in hermon_loopback_free_state()
2815 &lstate->hls_rx.hlc_mrhdl, HERMON_MR_DEREG_ALL, in hermon_loopback_free_state()
2917 lstate->hls_pd_hdl, &comm->hlc_memattr, &comm->hlc_mrhdl, in hermon_loopback_alloc_mem()
2920 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*comm->hlc_mrhdl)) in hermon_loopback_alloc_mem()
2922 comm->hlc_mrdesc.md_vaddr = comm->hlc_mrhdl->mr_bindinfo.bi_addr; in hermon_loopback_alloc_mem()
2923 comm->hlc_mrdesc.md_lkey = comm->hlc_mrhdl->mr_lkey; in hermon_loopback_alloc_mem()
2924 comm->hlc_mrdesc.md_rkey = comm->hlc_mrhdl->mr_rkey; in hermon_loopback_alloc_mem()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_misc.h529 hermon_mrhdl_t hlc_mrhdl; member