Home
last modified time | relevance | path

Searched refs:ibc_status (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c518 ibc_status_t ibc_status; in tavor_attach() local
583 ibc_status = ibc_attach(&tmp_ibtfpriv, in tavor_attach()
585 if (ibc_status != IBC_SUCCESS) { in tavor_attach()
661 ibc_status_t ibc_status; in tavor_detach() local
693 ibc_status = ibc_pre_detach(state->ts_ibtfpriv, cmd); in tavor_detach()
694 if (ibc_status != IBC_SUCCESS) { in tavor_detach()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c548 ibc_status_t ibc_status; in hermon_attach() local
656 ibc_status = ibc_attach(&tmp_ibtfpriv, in hermon_attach()
658 if (ibc_status != IBC_SUCCESS) { in hermon_attach()
745 ibc_status_t ibc_status; in hermon_detach() local
777 ibc_status = ibc_pre_detach(state->hs_ibtfpriv, cmd); in hermon_detach()
778 if (ibc_status != IBC_SUCCESS) { in hermon_detach()