Searched refs:nodeguid (Results 1 - 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/fwflash/plugins/vendor/ |
H A D | hermon-MELLANOX.c | 342 MLXSWAPBITS64(guidsect.nodeguid)); 366 if ((MLXSWAPBITS64(guidsect.nodeguid) == MLX_DEFAULT_NODE_GUID) && 371 ((((MLXSWAPBITS64(guidsect.nodeguid) & HIGHBITS64) >> 40) == 379 ((((MLXSWAPBITS64(guidsect.nodeguid) & HIGHBITS64) >> 40) ==
|
H A D | tavor-MELLANOX.c | 333 logmsg(MSG_INFO, "nodeguid: %0llx\n", 334 MLXSWAPBITS64(guidsect.nodeguid)); 342 if ((MLXSWAPBITS64(guidsect.nodeguid) == MLX_DEFAULT_NODE_GUID) && 347 ((((MLXSWAPBITS64(guidsect.nodeguid) & HIGHBITS64) >> 40)
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_agents.c | 691 ib_guid_t nodeguid; local 695 nodeguid = state->hs_ibtfinfo.hca_attr->hca_node_guid; 713 ibmf_reg.ir_ci_guid = nodeguid;
|
H A D | hermon.c | 3459 uint64_t sysimgguid, nodeguid, portguid; local 3514 nodeguid = cfgprof->cp_nodeguid; 3515 if (nodeguid != 0) { 3517 initport->node_guid = nodeguid;
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_agents.c | 525 ib_guid_t nodeguid; local 531 nodeguid = state->ts_ibtfinfo.hca_attr->hca_node_guid; 545 ibmf_reg.ir_ci_guid = nodeguid;
|
H A D | tavor.c | 2315 uint64_t sysimgguid, nodeguid, portguid; local 2346 nodeguid = cfgprof->cp_nodeguid; 2347 if (nodeguid != 0) { 2349 initib->node_guid = nodeguid;
|
/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/ |
H A D | hermon_ib.h | 211 uint64_t nodeguid; /* 0x10 - 0x17 */ member in struct:mlx_cnx_guid_sect
|
H A D | tavor_ib.h | 109 uint64_t nodeguid; member in struct:mlx_guid_sect
|
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | tavor.c | 1345 if ((p->nodeguid == s->nodeguid) && 1351 handle->ibguids[0] = p->nodeguid; 1368 if (s->nodeguid > p->nodeguid) { 1369 handle->ibguids[0] = s->nodeguid; 1375 handle->ibguids[0] = p->nodeguid;
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/ |
H A D | ibdm.c | 1737 /* Get the nodeguid and portguid of the port */ 2136 ibdm_find_gid(ib_guid_t nodeguid, ib_guid_t portguid) argument 2141 nodeguid, portguid); 2146 (nodeguid == gid_list->gl_nodeguid)) { 4230 ibdm_probe_ioc(ib_guid_t nodeguid, ib_guid_t ioc_guid, int reprobe_flag) argument 4244 nodeguid, ioc_guid, reprobe_flag); 4255 nr = ibdm_get_node_records(port->pa_sa_hdl, &nr_len, nodeguid); 4283 if (((temp_gidinfo = ibdm_find_gid(nodeguid, 4334 new_gid->gl_nodeguid = nodeguid;
|
Completed in 101 milliseconds