Searched refs:ti_hca (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | enx_ibt.c | 317 ret = ibt_query_hca(info->ti_hca, &hca_attr); in eibnx_setup_cq() 320 info->ti_hca, ret); in eibnx_setup_cq() 332 ret = ibt_alloc_cq(info->ti_hca, &cq_attr, &info->ti_cq_hdl, &sz); in eibnx_setup_cq() 335 "failed, ret=%d", info->ti_hca, cq_attr.cq_size, ret); in eibnx_setup_cq() 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() 394 ret = ibt_alloc_ud_channel(info->ti_hca, IBT_ACHAN_NO_FLAGS, in eibnx_setup_ud_channel() 399 info->ti_hca, alloc_attr.ud_sizes.cs_sq, in eibnx_setup_ud_channel() 453 if ((ret = ibt_register_mr(info->ti_hca, info->ti_pd, &attr, in eibnx_setup_txbufs() 473 ret = ibt_alloc_ud_dest(info->ti_hca, IBT_UD_DEST_NO_FLAGS, in eibnx_setup_txbufs() [all …]
|
H A D | enx_hdlrs.c | 899 if (hca->hc_hdl == ti->ti_hca) in eibnx_replace_portinfo() 905 ti->ti_hca); in eibnx_replace_portinfo() 949 if ((ti->ti_hca == ev_hca) && in eibnx_handle_port_events()
|
H A D | enx_misc.c | 363 ti->ti_hca = hca->hc_hdl; in eibnx_start_port_monitor()
|
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/ |
H A D | enx_impl.h | 314 ibt_hca_hdl_t ti_hca; member
|