Searched refs:tlc_mrhdl (Results 1 – 2 of 2) sorted by relevance
2371 if (lstate->tls_tx.tlc_mrhdl != NULL) { in tavor_loopback_free_state()2373 &lstate->tls_tx.tlc_mrhdl, TAVOR_MR_DEREG_ALL, in tavor_loopback_free_state()2376 if (lstate->tls_rx.tlc_mrhdl != NULL) { in tavor_loopback_free_state()2378 &lstate->tls_rx.tlc_mrhdl, TAVOR_MR_DEREG_ALL, in tavor_loopback_free_state()2482 lstate->tls_pd_hdl, &comm->tlc_memattr, &comm->tlc_mrhdl, NULL); in tavor_loopback_alloc_mem()2484 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(*comm->tlc_mrhdl)) in tavor_loopback_alloc_mem()2486 comm->tlc_mrdesc.md_vaddr = comm->tlc_mrhdl->mr_bindinfo.bi_addr; in tavor_loopback_alloc_mem()2487 comm->tlc_mrdesc.md_lkey = comm->tlc_mrhdl->mr_lkey; in tavor_loopback_alloc_mem()2488 comm->tlc_mrdesc.md_rkey = comm->tlc_mrhdl->mr_rkey; in tavor_loopback_alloc_mem()
467 tavor_mrhdl_t tlc_mrhdl; member