Home
last modified time | relevance | path

Searched refs:eibnx_find_child_dip_by_gw (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h477 dev_info_t *eibnx_find_child_dip_by_gw(eibnx_thr_info_t *, uint16_t);
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_hdlrs.c840 if ((rdip = eibnx_find_child_dip_by_gw(info, portid)) == NULL) { in eibnx_handle_gw_rebirth()
868 if ((rdip = eibnx_find_child_dip_by_gw(info, portid)) == NULL) { in eibnx_handle_gw_info_update()
H A Denx_q.c245 eibnx_find_child_dip_by_gw(eibnx_thr_info_t *info, uint16_t gw_portid) in eibnx_find_child_dip_by_gw() function