Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c583 ibc_status_t ibc_status; in tavor_attach() local
656 ibc_status = ibc_attach(&tmp_ibtfpriv, in tavor_attach()
658 if (ibc_status != IBC_SUCCESS) { in tavor_attach()
742 ibc_status_t ibc_status; in tavor_detach() local
781 ibc_status = ibc_pre_detach(state->ts_ibtfpriv, cmd); in tavor_detach()
782 if (ibc_status != IBC_SUCCESS) { in tavor_detach()
/titanic_41/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()