Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_cmd.c1001 if (!HERMON_IN_FASTREBOOT(state)) { in hermon_write_hcr()
1039 if (!HERMON_IN_FASTREBOOT(state)) { in hermon_write_hcr()
1136 if (!HERMON_IN_FASTREBOOT(state)) { in hermon_write_hcr()
1178 if (!HERMON_IN_FASTREBOOT(state)) { in hermon_write_hcr()
1198 if (!HERMON_IN_FASTREBOOT(state)) { in hermon_write_hcr()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h767 #define HERMON_IN_FASTREBOOT(state) (state->hs_quiescing == B_TRUE) macro