Home
last modified time | relevance | path

Searched refs:hc_pd (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c1195 hca->hc_pd = pd_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()
H A Denx_misc.c364 ti->ti_pd = hca->hc_pd; in eibnx_start_port_monitor()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h112 ibt_pd_hdl_t hc_pd; member