Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_fm.c210 state->hs_fm_state &= ~fm_state; in hermon_clr_state_nolock()
281 state->hs_fm_state = HCA_NO_FM; in hermon_set_state()
283 state->hs_fm_state |= fm_state; in hermon_set_state()
316 return (state->hs_fm_state); in hermon_get_state()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_fm.h242 if (st->hs_fm_state & HCA_PIO_FM) { \
H A Dhermon.h688 int hs_fm_state; /* Hermon FM state */ member