Searched defs:hcaguid (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/lib/libsrpt/common/ |
| H A D | libsrpt.c | 255 uint64_t hcaguid; local 261 ret = srpt_NormalizeGuid(hca_guid, guid, sizeof (guid), &hcaguid); 283 ret = nvlist_add_uint64(hcanv, SRPT_PROP_GUID, hcaguid);
|
| /illumos-gate/usr/src/cmd/srptadm/ |
| H A D | srptadm.c | 478 uint64_t hcaguid; local 483 ret = srpt_NormalizeGuid(hca, buf, sizeof (buf), &hcaguid); 511 (void) snprintf(euibuf, sizeof (euibuf), "eui.%016llX", hcaguid);
|
| /illumos-gate/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; local 1655 hcaguid); 1664 hca_devp->hd_async_event.ev_hca_guid = hcaguid;
|
| /illumos-gate/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) argument 832 IBTF_DPRINTF_L3(cmlog, "ibcm_hca_attach: guid = 0x%llX", hcaguid); 838 status = ibt_query_hca_byguid(hcaguid, &hca_attrs); 848 if ((hcap = ibcm_add_hca_entry(hcaguid, nports)) == NULL) 851 hcap->hca_guid = hcaguid; /* Set GUID */ 869 status = ibt_get_port_state_byguid(hcaguid, i + 1, NULL, NULL); 1125 ibcm_add_hca_entry(ib_guid_t hcaguid, uint_t nports) argument 1130 hcaguid); 1143 if (hcap->hca_guid == hcaguid) { [all...] |
Completed in 104 milliseconds