Searched refs:info_clnt_hdl (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_umad/
H A Dsol_umad.h108 ibt_clnt_hdl_t info_clnt_hdl; member in struct:umad_info_s
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_umad/
H A Dsol_umad.c508 rc = ibt_open_hca(info->info_clnt_hdl, hca->hca_guid, &hca->hca_handle);
574 info->info_clnt_hdl = NULL;
578 &info->info_clnt_hdl);
625 rc2 = ibt_detach(info->info_clnt_hdl);
631 (void) ibt_detach(info->info_clnt_hdl);
633 info->info_clnt_hdl = NULL;
714 if (info->info_clnt_hdl != NULL) {
715 (void) ibt_detach(info->info_clnt_hdl);
716 info->info_clnt_hdl = NULL;

Completed in 63 milliseconds