Searched refs:nodeguid (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/fwflash/plugins/vendor/
H A Dhermon-MELLANOX.c342 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 Dtavor-MELLANOX.c333 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 Dhermon_agents.c691 ib_guid_t nodeguid; local
695 nodeguid = state->hs_ibtfinfo.hca_attr->hca_node_guid;
713 ibmf_reg.ir_ci_guid = nodeguid;
H A Dhermon.c3459 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 Dtavor_agents.c525 ib_guid_t nodeguid; local
531 nodeguid = state->ts_ibtfinfo.hca_attr->hca_node_guid;
545 ibmf_reg.ir_ci_guid = nodeguid;
H A Dtavor.c2315 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 Dhermon_ib.h211 uint64_t nodeguid; /* 0x10 - 0x17 */ member in struct:mlx_cnx_guid_sect
H A Dtavor_ib.h109 uint64_t nodeguid; member in struct:mlx_guid_sect
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dtavor.c1345 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 Dibdm.c1737 /* 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 104 milliseconds