Searched defs:gid_hca_head (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c4159 ibdm_hca_list_t *gid_hca_head, *temp; local
4176 gid_hca_head = gid_info->gl_hca_list;
4177 while (gid_hca_head) {
4178 temp = ibdm_dup_hca_attr(gid_hca_head);
4181 gid_hca_head = gid_hca_head->hl_next;

Completed in 75 milliseconds