Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c361 new_gwi->gw_addr.ga_gid.gid_guid = gwi->gw_guid; in eibnx_add_gw_to_gwlist()
370 new_gwi->gw_guid = gwi->gw_guid; in eibnx_add_gw_to_gwlist()
435 if (new_gwi->gw_guid != orig_gwi->gw_guid) { in eibnx_replace_gw_in_gwlist()
438 orig_gwi->gw_guid, new_gwi->gw_guid); in eibnx_replace_gw_in_gwlist()
440 orig_gwi->gw_guid = new_gwi->gw_guid; in eibnx_replace_gw_in_gwlist()
593 orig_gwi->gw_addr.ga_gid.gid_guid = new_gwi->gw_guid; in eibnx_replace_gw_in_gwlist()
H A Denx_misc.c165 gwi->gw_guid); in eibnx_create_node_props()
169 EIB_PROP_GW_GUID, gwi->gw_guid, dip, ret); in eibnx_create_node_props()
H A Denx_fip.c555 gwi->gw_guid = ntohll(guid); in eibnx_fip_parse_advt_pkt()
H A Denx_hdlrs.c471 eib_gwi.gi_guid = gwi->gw_guid; in eibnx_gw_is_aware()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h218 ib_guid_t gw_guid; member