Searched refs:fm_state (Results 1 – 3 of 3) sorted by relevance
206 hermon_clr_state_nolock(hermon_state_t *state, int fm_state) in hermon_clr_state_nolock() argument210 state->hs_fm_state &= ~fm_state; in hermon_clr_state_nolock()240 hermon_clr_state(hermon_state_t *state, int fm_state) in hermon_clr_state() argument242 ASSERT(fm_state != HCA_NO_FM); in hermon_clr_state()245 hermon_clr_state_nolock(state, fm_state); in hermon_clr_state()275 hermon_set_state(hermon_state_t *state, int fm_state) in hermon_set_state() argument280 if (fm_state == HCA_NO_FM) { in hermon_set_state()283 state->hs_fm_state |= fm_state; in hermon_set_state()
173 mac->fm_state = FCOE_MAC_STATE_ONLINE; in fcoe_ctl()183 mac->fm_state = FCOE_MAC_STATE_OFFLINE; in fcoe_ctl()220 if (mac->fm_state == FCOE_MAC_STATE_OFFLINE) { in fcoe_tx_frame()
144 fm_state:4, member