Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c317 ret = ibt_query_hca(info->ti_hca, &hca_attr); in eibnx_setup_cq()
320 info->ti_hca, ret); 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()
399 info->ti_hca, alloc_attr.ud_sizes.cs_sq, in eibnx_setup_ud_channel()
477 "failed, ret=%d", info->ti_hca, ret); in eibnx_setup_txbufs()
1004 if ((ret = ibt_deregister_mr(info->ti_hca, in eibnx_rb_setup_txbufs()
1007 "mr=0x%llx) failed, ret=%d", info->ti_hca, in eibnx_rb_setup_txbufs()
1041 if ((ret = ibt_deregister_mr(info->ti_hca, in eibnx_rb_setup_rxbufs()
[all …]
H A Denx_hdlrs.c899 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 Denx_misc.c363 ti->ti_hca = hca->hc_hdl; in eibnx_start_port_monitor()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h314 ibt_hca_hdl_t ti_hca; member