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

/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_ib.h62 ibt_hca_portinfo_t *hca_port_info; member in struct:iser_hca_s
/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c221 if (hca->hca_port_info[i].p_linkstate !=
232 gid = hca->hca_port_info[i].p_sgid_tbl[0];
980 gid = hca->hca_port_info[event->ev_port - 1].p_sgid_tbl[0];
1063 gid = hca->hca_port_info[event->ev_port - 1].p_sgid_tbl[0];
1089 hca->hca_port_info[i].p_sgid_tbl[0]);
1311 &hca->hca_port_info, &hca->hca_num_ports,
1330 ibt_free_portinfo(hca->hca_port_info, hca->hca_port_info_sz);
1345 ibt_hca_portinfo_t *hca_port_info; local
1352 hca_port_info = hca->hca_port_info;
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h957 * hca_port_info: Per port information (IBMA/SA access handles etc.)
988 ibcm_port_info_t hca_port_info[1]; /* Per portinfo array */ member in struct:ibcm_hca_info_s

Completed in 82 milliseconds