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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c3194 ibtl_cm_hca_port_t cm_port; local
3269 if ((s1 = ibtl_cm_get_hca_port(arp->ar_gid, 0, &cm_port))
3271 (s2 = ibt_pkey2index_byguid(cm_port.hp_hca_guid, cm_port.hp_port,
3273 (hcap = ibcm_find_hca_entry(cm_port.hp_hca_guid)) == NULL) {
3294 saa_handle = ibcm_get_saa_handle(hcap, cm_port.hp_port);
3365 new->ar_port = cm_port.hp_port;
3498 ibtl_cm_hca_port_t cm_port; local
3522 if (ibtl_cm_get_hca_port(*sgid, 0, &cm_port) != IBT_SUCCESS ||
3523 (hcap = ibcm_find_hca_entry(cm_port
[all...]

Completed in 63 milliseconds