Searched refs:ibc_pre_detach (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_impl.c675 * ibc_pre_detach
692 ibc_pre_detach(ibc_clnt_hdl_t hca_devp, ddi_detach_cmd_t cmd) function
696 IBTF_DPRINTF_L2(ibtf, "ibc_pre_detach(%p, 0x%x)", hca_devp, cmd);
744 IBTF_DPRINTF_L2(ibtf, "ibc_pre_detach: HCA still has attached "
765 IBTF_DPRINTF_L1(ibtf, "ibc_pre_detach: PHCI unregister failed");
772 IBTF_DPRINTF_L1(ibtf, "ibc_pre_detach: HCA not attached");
795 * after a successful ibc_pre_detach.
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibci.h455 * ibc_pre_detach
463 * This function will succeed if ibc_pre_detach has previously
468 ibc_status_t ibc_pre_detach(ibc_clnt_hdl_t ibc_hdl, ddi_detach_cmd_t cmd);
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c680 (void) ibc_pre_detach(tmp_ibtfpriv, DDI_DETACH);
781 ibc_status = ibc_pre_detach(state->ts_ibtfpriv, cmd);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c680 (void) ibc_pre_detach(tmp_ibtfpriv, DDI_DETACH);
777 ibc_status = ibc_pre_detach(state->hs_ibtfpriv, cmd);

Completed in 104 milliseconds