Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c1194 hca->hc_hdl = hca_hdl; in eibnx_prepare_hca()
1246 if ((ret = ibt_free_pd(hca->hc_hdl, hca->hc_pd)) != IBT_SUCCESS) { in eibnx_cleanup_hca()
1248 "failed, ret=%d", hca->hc_hdl, hca->hc_pd, ret); in eibnx_cleanup_hca()
1252 if ((ret = ibt_close_hca(hca->hc_hdl)) != IBT_SUCCESS) { in eibnx_cleanup_hca()
1254 "ret=%d", hca->hc_hdl, ret); in eibnx_cleanup_hca()
H A Denx_misc.c359 ti->ti_hca = hca->hc_hdl; in eibnx_start_port_monitor()
H A Denx_hdlrs.c899 if (hca->hc_hdl == ti->ti_hca) in eibnx_replace_portinfo()
/titanic_41/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h107 ibt_hca_hdl_t hc_hdl; member