Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c2058 if (lstate->tls_tx.tlc_mrhdl != NULL) { in tavor_loopback_free_state()
2060 &lstate->tls_tx.tlc_mrhdl, TAVOR_MR_DEREG_ALL, in tavor_loopback_free_state()
2063 if (lstate->tls_rx.tlc_mrhdl != NULL) { in tavor_loopback_free_state()
2065 &lstate->tls_rx.tlc_mrhdl, TAVOR_MR_DEREG_ALL, in tavor_loopback_free_state()
2167 lstate->tls_pd_hdl, &comm->tlc_memattr, &comm->tlc_mrhdl, NULL); in tavor_loopback_alloc_mem()
2169 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*comm->tlc_mrhdl)) in tavor_loopback_alloc_mem()
2171 comm->tlc_mrdesc.md_vaddr = comm->tlc_mrhdl->mr_bindinfo.bi_addr; in tavor_loopback_alloc_mem()
2172 comm->tlc_mrdesc.md_lkey = comm->tlc_mrhdl->mr_lkey; in tavor_loopback_alloc_mem()
2173 comm->tlc_mrdesc.md_rkey = comm->tlc_mrhdl->mr_rkey; in tavor_loopback_alloc_mem()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_misc.h467 tavor_mrhdl_t tlc_mrhdl; member