Home
last modified time | relevance | path

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)); in cnx_check_guid_section()
366 if ((MLXSWAPBITS64(guidsect.nodeguid) == MLX_DEFAULT_NODE_GUID) && in cnx_check_guid_section()
371 ((((MLXSWAPBITS64(guidsect.nodeguid) & HIGHBITS64) >> 40) == in cnx_check_guid_section()
379 ((((MLXSWAPBITS64(guidsect.nodeguid) & HIGHBITS64) >> 40) == in cnx_check_guid_section()
H A Dtavor-MELLANOX.c334 MLXSWAPBITS64(guidsect.nodeguid)); in check_guid_ptr()
342 if ((MLXSWAPBITS64(guidsect.nodeguid) == MLX_DEFAULT_NODE_GUID) && in check_guid_ptr()
347 ((((MLXSWAPBITS64(guidsect.nodeguid) & HIGHBITS64) >> 40) in check_guid_ptr()
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_agents.c452 ib_guid_t nodeguid; in tavor_agent_register_all() local
456 nodeguid = state->ts_ibtfinfo.hca_attr->hca_node_guid; in tavor_agent_register_all()
470 ibmf_reg.ir_ci_guid = nodeguid; in tavor_agent_register_all()
H A Dtavor.c2034 uint64_t sysimgguid, nodeguid, portguid; in tavor_hca_port_init() local
2063 nodeguid = cfgprof->cp_nodeguid; in tavor_hca_port_init()
2064 if (nodeguid != 0) { in tavor_hca_port_init()
2066 initib->node_guid = nodeguid; in tavor_hca_port_init()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_agents.c691 ib_guid_t nodeguid; in hermon_agent_register_all() local
695 nodeguid = state->hs_ibtfinfo.hca_attr->hca_node_guid; in hermon_agent_register_all()
713 ibmf_reg.ir_ci_guid = nodeguid; in hermon_agent_register_all()
H A Dhermon.c3459 uint64_t sysimgguid, nodeguid, portguid; in hermon_hca_port_init() local
3514 nodeguid = cfgprof->cp_nodeguid; in hermon_hca_port_init()
3515 if (nodeguid != 0) { in hermon_hca_port_init()
3517 initport->node_guid = nodeguid; in hermon_hca_port_init()
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dtavor.c1345 if ((p->nodeguid == s->nodeguid) && in tavor_get_guids()
1351 handle->ibguids[0] = p->nodeguid; in tavor_get_guids()
1368 if (s->nodeguid > p->nodeguid) { in tavor_get_guids()
1369 handle->ibguids[0] = s->nodeguid; in tavor_get_guids()
1375 handle->ibguids[0] = p->nodeguid; in tavor_get_guids()
/illumos-gate/usr/src/cmd/fwflash/plugins/hdrs/
H A Dtavor_ib.h109 uint64_t nodeguid; member
H A Dhermon_ib.h211 uint64_t nodeguid; /* 0x10 - 0x17 */ member
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c2136 ibdm_find_gid(ib_guid_t nodeguid, ib_guid_t portguid) in ibdm_find_gid() argument
2141 nodeguid, portguid); in ibdm_find_gid()
2146 (nodeguid == gid_list->gl_nodeguid)) { in ibdm_find_gid()
4230 ibdm_probe_ioc(ib_guid_t nodeguid, ib_guid_t ioc_guid, int reprobe_flag) in ibdm_probe_ioc() argument
4244 nodeguid, ioc_guid, reprobe_flag); in ibdm_probe_ioc()
4255 nr = ibdm_get_node_records(port->pa_sa_hdl, &nr_len, nodeguid); in ibdm_probe_ioc()
4283 if (((temp_gidinfo = ibdm_find_gid(nodeguid, in ibdm_probe_ioc()
4334 new_gid->gl_nodeguid = nodeguid; in ibdm_probe_ioc()