Searched refs:sched_state (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/bxe/
H A Decore_sp.h1018 int sched_state; member in struct:ecore_mcast_obj
H A Decore_sp.c2683 if (ecore_state_wait(sc, o->sched_state, o->raw.pstate) ||
3898 ECORE_CLEAR_BIT(o->sched_state, o->raw.pstate);
3905 ECORE_SET_BIT(o->sched_state, o->raw.pstate);
3911 return !!ECORE_TEST_BIT(o->sched_state, o->raw.pstate);
3934 mcast_obj->sched_state = ECORE_FILTER_MCAST_SCHED;

Completed in 109 milliseconds