Searched refs:gw_port_name (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | enx_q.c | 385 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 D | enx_fip.c | 580 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 D | enx_misc.c | 275 (char *)(gwi->gw_port_name)); in eibnx_create_node_props() 279 EIB_PROP_GW_PORT_NAME, gwi->gw_port_name, dip, ret); in eibnx_create_node_props()
|
H A D | enx_hdlrs.c | 486 bcopy(gwi->gw_port_name, eib_gwi.gi_port_name, in eibnx_gw_is_aware()
|
/titanic_50/usr/src/uts/common/sys/ib/clients/eoib/ |
H A D | enx_impl.h | 232 uint8_t gw_port_name[EIB_GW_PORTNAME_LEN]; member
|