Searched refs:hc_hdl (Results 1 – 4 of 4) sorted by relevance
1194 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()
359 ti->ti_hca = hca->hc_hdl; in eibnx_start_port_monitor()
899 if (hca->hc_hdl == ti->ti_hca) in eibnx_replace_portinfo()
107 ibt_hca_hdl_t hc_hdl; member