Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c372 if (!HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_open()
397 if (HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_open()
422 if (HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_open()
528 if (HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_close()
596 (HERMON_IS_OPERATIONAL(state->hs_operational_mode))) { in hermon_attach()
604 HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_attach()
652 if (HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_attach()
696 if (!(HERMON_IS_OPERATIONAL(state->hs_operational_mode))) { in hermon_attach()
762 if (HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_detach()
817 if (HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_detach()
[all …]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h249 #define HERMON_IS_OPERATIONAL(mode) \ macro