Home
last modified time | relevance | path

Searched refs:hca_mrhdl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_buf.c142 if (hcap->hca_mrhdl != NULL) { in rds_free_recv_caches()
144 hcap->hca_mrhdl); in rds_free_recv_caches()
146 hcap->hca_mrhdl = NULL; in rds_free_recv_caches()
152 hcap->hca_mrhdl); in rds_free_recv_caches()
252 &mem_attr, &hcap->hca_mrhdl, &mem_desc); in rds_init_recv_caches()
256 while ((hcap) && (hcap->hca_mrhdl != NULL)) { in rds_init_recv_caches()
258 hcap->hca_mrhdl); in rds_init_recv_caches()
260 hcap->hca_mrhdl = NULL; in rds_init_recv_caches()
266 hcap->hca_mrhdl); in rds_init_recv_caches()
H A Drdsib_ib.c521 ASSERT(hcap->hca_mrhdl != NULL); in rds_get_hcap()
1509 &hcap->hca_mrhdl, &mem_desc); in rdsib_add_hca()
1652 ASSERT(hcap->hca_mrhdl != NULL); in rdsib_del_hca()
1653 ret = ibt_deregister_mr(hcap->hca_hdl, hcap->hca_mrhdl); in rdsib_del_hca()
1659 hcap->hca_mrhdl = NULL; in rdsib_del_hca()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_ib.h162 ibt_mr_hdl_t hca_mrhdl; member