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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_hca.c202 ibtl_hca_t **hcapp; local
253 hcapp = &clntp->clnt_hca_list;
255 for (; *hcapp != NULL; hcapp = &(*hcapp)->ha_hca_link)
256 if (*hcapp == hca_hdl)
259 if (*hcapp == NULL) {
266 /* hcapp now points to a link that points to us */
267 *hcapp = hca_hdl->ha_hca_link; /* remove us */
272 hcapp
[all...]
H A Dibtl_impl.c694 ibtl_hca_devinfo_t **hcapp, *hcap; local
755 hcapp = &ibtl_hca_list;
756 while (*hcapp != NULL) {
757 if (*hcapp == hca_devp)
759 hcapp = &(*hcapp)->hd_hca_dev_link;
769 if (*hcapp == NULL) {
775 *hcapp = hca_devp->hd_hca_dev_link;

Completed in 47 milliseconds