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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_fip.c440 fip_desc_gwid_t *desc_gwid; local
508 desc_gwid = &(advertise->ad_gwid);
509 if (desc_gwid->id_type != FIP_DESC_TYPE_GW_ID ||
510 desc_gwid->id_len != FIP_DESC_LEN_GW_ID) {
514 desc_gwid->id_type, desc_gwid->id_len);
576 bcopy(desc_gwid->id_guid, &guid, sizeof (ib_guid_t));
578 bcopy(desc_gwid->id_sysname, gwi->gw_system_name, FIP_SYSNAME_LEN);
580 bcopy(desc_gwid->id_portname, gwi->gw_port_name, FIP_PORTNAME_LEN);

Completed in 58 milliseconds