Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c272 for (lgw = info->ti_gw; lgw; lgw = lgw->gw_next) { in eibnx_find_gw_in_gwlist()
330 new_gwi->gw_next = NULL; in eibnx_add_gw_to_gwlist()
394 new_gwi->gw_next = info->ti_gw; 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()
590 gwi->gw_next = NULL; in eibnx_fip_parse_advt_pkt()
H A Denx_misc.c116 nxt_gwi = gwi->gw_next; in eibnx_cleanup_port_nodes()
563 for (gwi = ti->ti_gw; gwi; gwi = gwi->gw_next) { in eibnx_locate_node_name()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h206 struct eibnx_gw_info_s *gw_next; member