Home
last modified time | relevance | path

Searched refs:ti_gw (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_misc.c107 gw_list = info->ti_gw; in eibnx_cleanup_port_nodes()
108 info->ti_gw = NULL; in eibnx_cleanup_port_nodes()
560 for (gwi = ti->ti_gw; gwi; gwi = gwi->gw_next) { in eibnx_locate_node_name()
H A Denx_q.c272 for (lgw = info->ti_gw; lgw; lgw = lgw->gw_next) { in eibnx_find_gw_in_gwlist()
394 new_gwi->gw_next = info->ti_gw; in eibnx_add_gw_to_gwlist()
395 info->ti_gw = new_gwi; in eibnx_add_gw_to_gwlist()
H A Denx_fip.c117 for (gw = info->ti_gw; gw; gw = gw->gw_next) { in eibnx_fip_solicit_ucast()
/titanic_44/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h349 eibnx_gw_info_t *ti_gw; member