Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_hdlrs.c167 info->ti_hca_guid, info->ti_pi->p_port_num); in eibnx_port_monitor()
178 info->ti_hca_guid, info->ti_pi->p_port_num); in eibnx_port_monitor()
189 info->ti_hca_guid, info->ti_pi->p_port_num); in eibnx_port_monitor()
200 info->ti_hca_guid, info->ti_pi->p_port_num); in eibnx_port_monitor()
211 info->ti_hca_guid, info->ti_pi->p_port_num); in eibnx_port_monitor()
222 info->ti_hca_guid, info->ti_pi->p_port_num); in eibnx_port_monitor()
258 info->ti_hca_guid, info->ti_pi->p_port_num); in eibnx_port_monitor()
816 info->ti_hca_guid, info->ti_pi->p_port_num); in eibnx_handle_login_ack()
843 portid, info->ti_hca_guid, info->ti_pi->p_port_num); in eibnx_handle_gw_rebirth()
1027 if (ti->ti_hca_guid == new_hca_guid) { in eibnx_handle_hca_attach()
[all …]
H A Denx_misc.c141 info->ti_hca_guid); in eibnx_create_node_props()
145 EIB_PROP_HCA_GUID, info->ti_hca_guid, dip, ret); in eibnx_create_node_props()
362 ti->ti_hca_guid = hca->hc_guid; in eibnx_start_port_monitor()
377 if ((hca_dip = ibtl_ibnex_hcaguid2dip(ti->ti_hca_guid)) == NULL) { in eibnx_start_port_monitor()
379 "returned NULL", ti->ti_hca_guid); in eibnx_start_port_monitor()
383 ti->ti_hca_guid, hca_dip); in eibnx_start_port_monitor()
387 ti->ti_hca_guid, hca_dip); in eibnx_start_port_monitor()
H A Denx_q.c308 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()
624 "gw_port_id=0x%x", info->ti_hca_guid, in eibnx_queue_for_creation()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h313 ib_guid_t ti_hca_guid; member