Searched defs:fm_state (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c181 * hermon_clr_state_nolock(hermon_state_t *state, int fm_state)
189 * fm_state: Hermon FM state, which is composed of:
206 hermon_clr_state_nolock(hermon_state_t *state, int fm_state) argument
210 state->hs_fm_state &= ~fm_state;
217 * hermon_clr_state(hermon_state_t *state, int fm_state)
224 * fm_state: Hermon FM state, which is composed of:
240 hermon_clr_state(hermon_state_t *state, int fm_state) argument
242 ASSERT(fm_state != HCA_NO_FM);
245 hermon_clr_state_nolock(state, fm_state);
252 * hermon_set_state(hermon_state_t *state, int fm_state)
275 hermon_set_state(hermon_state_t *state, int fm_state) argument
[all...]
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.h144 fm_state:4, member in struct:fcoe_mac

Completed in 59 milliseconds