Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_ibnex.c143 if (clntp->clnt_hca_list->ha_hca_link == NULL) in ibtl_ibnex_get_hca_info()
200 if (clntp->clnt_hca_list->ha_hca_link) { in ibtl_ibnex_get_hca_info()
H A Dibtl_hca.c159 hca_infop->ha_hca_link = ibt_hdl->clnt_hca_list; in ibt_open_hca()
255 for (; *hcapp != NULL; hcapp = &(*hcapp)->ha_hca_link) in ibt_close_hca()
267 *hcapp = hca_hdl->ha_hca_link; /* remove us */ in ibt_close_hca()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h207 struct ibtl_hca_s *ha_hca_link; /* Next HCA used by client */ member