Searched refs:fm_state (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/fcoe/ |
H A D | fcoe.h | 144 fm_state:4, member in struct:fcoe_mac
|
H A D | fcoe_fc.c | 171 mac->fm_state = FCOE_MAC_STATE_ONLINE; 181 mac->fm_state = FCOE_MAC_STATE_OFFLINE; 217 if (mac->fm_state == FCOE_MAC_STATE_OFFLINE) {
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_fm.c | 181 * 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...] |
Completed in 62 milliseconds