Searched refs:hcaguid (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libsrpt/common/ |
H A D | libsrpt.c | 255 uint64_t hcaguid; in srpt_SetTargetState() local 261 ret = srpt_NormalizeGuid(hca_guid, guid, sizeof (guid), &hcaguid); in srpt_SetTargetState() 283 ret = nvlist_add_uint64(hcanv, SRPT_PROP_GUID, hcaguid); in srpt_SetTargetState()
|
/titanic_41/usr/src/cmd/srptadm/ |
H A D | srptadm.c | 478 uint64_t hcaguid; in print_target_props() local 483 ret = srpt_NormalizeGuid(hca, buf, sizeof (buf), &hcaguid); in print_target_props() 511 (void) snprintf(euibuf, sizeof (euibuf), "eui.%016llX", hcaguid); in print_target_props()
|
/titanic_41/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_impl.c | 75 static ibcm_hca_info_t *ibcm_add_hca_entry(ib_guid_t hcaguid, uint_t nports); 824 ibcm_hca_attach(ib_guid_t hcaguid) in ibcm_hca_attach() argument 832 IBTF_DPRINTF_L3(cmlog, "ibcm_hca_attach: guid = 0x%llX", hcaguid); in ibcm_hca_attach() 838 status = ibt_query_hca_byguid(hcaguid, &hca_attrs); in ibcm_hca_attach() 848 if ((hcap = ibcm_add_hca_entry(hcaguid, nports)) == NULL) in ibcm_hca_attach() 851 hcap->hca_guid = hcaguid; /* Set GUID */ in ibcm_hca_attach() 869 status = ibt_get_port_state_byguid(hcaguid, i + 1, NULL, NULL); in ibcm_hca_attach() 1125 ibcm_add_hca_entry(ib_guid_t hcaguid, uint_t nports) in ibcm_add_hca_entry() argument 1130 hcaguid); in ibcm_add_hca_entry() 1143 if (hcap->hca_guid == hcaguid) { in ibcm_add_hca_entry()
|
/titanic_41/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_handlers.c | 1649 ib_guid_t hcaguid = hca_devp->hd_hca_attr->hca_node_guid; in ibtl_detach_all_clients() local 1655 hcaguid); in ibtl_detach_all_clients() 1664 hca_devp->hd_async_event.ev_hca_guid = hcaguid; in ibtl_detach_all_clients()
|