Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_hdlrs.c96 info->ti_pi->p_port_num); in eibnx_port_monitor()
109 while (info->ti_pi->p_linkstate != IBT_PORT_ACTIVE) { in eibnx_port_monitor()
167 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()
773 info->ti_hca_guid, info->ti_pi->p_port_num, wqe->qe_type); in eibnx_handle_wcerr()
[all …]
H A Denx_ibt.c194 ibt_hca_portinfo_t *pi = info->ti_pi; in eibnx_find_mgroups()
371 alloc_attr.ud_hca_port_num = info->ti_pi->p_port_num; in eibnx_setup_ud_channel()
373 ret = ibt_pkey2index(info->ti_hca, info->ti_pi->p_port_num, in eibnx_setup_ud_channel()
378 info->ti_hca, info->ti_pi->p_port_num, in eibnx_setup_ud_channel()
436 uint_t mtu = (128 << info->ti_pi->p_mtu); in eibnx_setup_txbufs()
523 uint_t mtu = (128 << info->ti_pi->p_mtu); in eibnx_setup_rxbufs()
665 ib_gid_t rgid = info->ti_pi->p_sgid_tbl[0]; in eibnx_join_solicit_mcg()
713 ib_gid_t rgid = info->ti_pi->p_sgid_tbl[0]; in eibnx_join_advertise_mcg()
970 uint_t mtu = (128 << info->ti_pi->p_mtu); in eibnx_rb_setup_txbufs()
1030 uint_t mtu = (128 << info->ti_pi->p_mtu); in eibnx_rb_setup_rxbufs()
[all …]
H A Denx_q.c309 info->ti_pi->p_port_num); in eibnx_add_gw_to_gwlist()
322 info->ti_pi->p_port_num); in eibnx_add_gw_to_gwlist()
357 sgid = info->ti_pi->p_sgid_tbl[0]; in eibnx_add_gw_to_gwlist()
569 sgid = info->ti_pi->p_sgid_tbl[0]; in eibnx_replace_gw_in_gwlist()
625 info->ti_pi->p_port_num, gwi->gw_portid); in eibnx_queue_for_creation()
H A Denx_misc.c145 info->ti_pi->p_port_num); in eibnx_create_node_props()
149 EIB_PROP_HCA_PORTNUM, info->ti_pi->p_port_num, dip, ret); in eibnx_create_node_props()
361 ti->ti_pi = port->po_pi; in eibnx_start_port_monitor()
386 hca_drv_name, hca_drv_inst, ti->ti_pi->p_port_num); in eibnx_start_port_monitor()
H A Denx_fip.c232 iba->ia_lid = htons(info->ti_pi->p_base_lid); in eibnx_fip_make_solicit_pkt()
233 port_gid = info->ti_pi->p_sgid_tbl[0]; in eibnx_fip_make_solicit_pkt()
288 attr.pa_sgid = info->ti_pi->p_sgid_tbl[0]; in eibnx_setup_ud_dest()
/titanic_41/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h312 ibt_hca_portinfo_t *ti_pi; member