Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c391 if (!TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_open()
419 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_open()
447 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_open()
561 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_close()
629 (TAVOR_IS_OPERATIONAL(state->ts_operational_mode))) { in tavor_attach()
653 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_attach()
704 if (!(TAVOR_IS_OPERATIONAL(state->ts_operational_mode))) { in tavor_attach()
763 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_detach()
824 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_detach()
3490 if (!TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_quiesce()
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor.h256 #define TAVOR_IS_OPERATIONAL(mode) \ macro