Home
last modified time | relevance | path

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

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