Home
last modified time | relevance | path

Searched refs:fm_state (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c206 hermon_clr_state_nolock(hermon_state_t *state, int fm_state) in hermon_clr_state_nolock() argument
210 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() argument
242 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() argument
280 if (fm_state == HCA_NO_FM) { in hermon_set_state()
283 state->hs_fm_state |= fm_state; in hermon_set_state()
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c173 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()
H A Dfcoe.h144 fm_state:4, member