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

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

Completed in 62 milliseconds