Home
last modified time | relevance | path

Searched refs:gw_portid (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c182 if (ch->ch_gwi->gw_portid == gwi->gw_portid) { in eibnx_enqueue_child()
210 if (ch->ch_gwi->gw_portid == gwi->gw_portid) { in eibnx_update_child()
214 gwi->gw_portid, dip); in eibnx_update_child()
253 if (ch->ch_gwi->gw_portid == gw_portid) in eibnx_find_child_dip_by_gw()
273 if (lgw->gw_portid == gwi->gw_portid) in eibnx_find_gw_in_gwlist()
308 gwi->gw_portid, info->ti_hca_guid, in eibnx_add_gw_to_gwlist()
321 gwi->gw_portid, info->ti_hca_guid, in eibnx_add_gw_to_gwlist()
376 new_gwi->gw_portid = gwi->gw_portid; in eibnx_add_gw_to_gwlist()
492 if (new_gwi->gw_portid != orig_gwi->gw_portid) { in eibnx_replace_gw_in_gwlist()
495 new_gwi->gw_portid); in eibnx_replace_gw_in_gwlist()
[all …]
H A Denx_misc.c222 gwi->gw_portid); in eibnx_create_node_props()
226 EIB_PROP_GW_PORTID, gwi->gw_portid, dip, ret); in eibnx_create_node_props()
472 if ((node_name = eibnx_make_nodename(ti, gwi->gw_portid)) == NULL) in eibnx_configure_node()
566 gwi->gw_portid); in eibnx_locate_node_name()
618 eibnx_make_nodename(eibnx_thr_info_t *info, uint16_t gw_portid) in eibnx_make_nodename() argument
627 info->ti_ident, gw_portid); in eibnx_make_nodename()
H A Denx_hdlrs.c478 eib_gwi.gi_portid = gwi->gw_portid; in eibnx_gw_is_aware()
494 eibnx_handle_gw_rebirth(info, gwi->gw_portid); in eibnx_gw_is_aware()
H A Denx_fip.c549 gwi->gw_portid = (sl_portid & FIP_IBA_PORTID_MASK); in eibnx_fip_parse_advt_pkt()
H A Deib_fip.c498 uint16_t gw_portid = ss->ei_gw_props->pp_gw_portid; in eib_fip_make_login() local
549 sl_portid = (gw_portid & FIP_IBA_PORTID_MASK) | in eib_fip_make_login()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h226 uint16_t gw_portid; member