Home
last modified time | relevance | path

Searched refs:gw_system_guid (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c369 new_gwi->gw_system_guid = gwi->gw_system_guid; in eibnx_add_gw_to_gwlist()
427 if (new_gwi->gw_system_guid != orig_gwi->gw_system_guid) { in eibnx_replace_gw_in_gwlist()
430 orig_gwi->gw_system_guid, new_gwi->gw_system_guid); in eibnx_replace_gw_in_gwlist()
432 orig_gwi->gw_system_guid = new_gwi->gw_system_guid; in eibnx_replace_gw_in_gwlist()
H A Denx_misc.c157 gwi->gw_system_guid); in eibnx_create_node_props()
161 EIB_PROP_GW_SYS_GUID, gwi->gw_system_guid, dip, ret); in eibnx_create_node_props()
H A Denx_fip.c577 gwi->gw_system_guid = ntohll(guid); in eibnx_fip_parse_advt_pkt()
H A Denx_hdlrs.c470 eib_gwi.gi_system_guid = gwi->gw_system_guid; in eibnx_gw_is_aware()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h217 ib_guid_t gw_system_guid; member