Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c385 bcopy(gwi->gw_port_name, new_gwi->gw_port_name, in eibnx_add_gw_to_gwlist()
386 sizeof (new_gwi->gw_port_name)); in eibnx_add_gw_to_gwlist()
543 if (strncmp((const char *)new_gwi->gw_port_name, in eibnx_replace_gw_in_gwlist()
544 (const char *)orig_gwi->gw_port_name, EIB_GW_PORTNAME_LEN) != 0) { in eibnx_replace_gw_in_gwlist()
546 orig_gwi->gw_port_name, new_gwi->gw_port_name); in eibnx_replace_gw_in_gwlist()
548 bcopy(new_gwi->gw_port_name, orig_gwi->gw_port_name, in eibnx_replace_gw_in_gwlist()
H A Denx_fip.c580 bcopy(desc_gwid->id_portname, gwi->gw_port_name, FIP_PORTNAME_LEN); in eibnx_fip_parse_advt_pkt()
581 (gwi->gw_port_name)[FIP_PORTNAME_LEN] = '\0'; in eibnx_fip_parse_advt_pkt()
H A Denx_misc.c279 (char *)(gwi->gw_port_name)); in eibnx_create_node_props()
283 EIB_PROP_GW_PORT_NAME, gwi->gw_port_name, dip, ret); in eibnx_create_node_props()
H A Denx_hdlrs.c486 bcopy(gwi->gw_port_name, eib_gwi.gi_port_name, in eibnx_gw_is_aware()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h236 uint8_t gw_port_name[EIB_GW_PORTNAME_LEN]; member