Searched refs:HCA_NO_FM (Results 1 – 2 of 2) sorted by relevance
242 ASSERT(fm_state != HCA_NO_FM); in hermon_clr_state()280 if (fm_state == HCA_NO_FM) { in hermon_set_state()281 state->hs_fm_state = HCA_NO_FM; in hermon_set_state()358 hermon_set_state(state, HCA_NO_FM); in hermon_fm_init()379 hermon_set_state(state, HCA_NO_FM); in hermon_fm_init()432 if (state->hs_fm_disable || hermon_get_state(state) == HCA_NO_FM) { in hermon_fm_fini()443 hermon_set_state(state, HCA_NO_FM); in hermon_fm_fini()
176 #define HCA_NO_FM 0x0000 /* HCA FM is not supported */ macro