Searched refs:sc_updateslot (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/ath/
H A Dif_ath_beacon.c520 if (sc->sc_updateslot == UPDATE) {
521 sc->sc_updateslot = COMMIT; /* commit next beacon */
523 } else if (sc->sc_updateslot == COMMIT && sc->sc_slotupdate == slot)
H A Dif_athvar.h794 } sc_updateslot; /* slot time update fsm */ member in struct:ath_softc
H A Dif_ath.c3759 sc->sc_updateslot = OK;
3777 * XXX sc_updateslot isn't changed behind a lock?
3781 sc->sc_updateslot = UPDATE;

Completed in 133 milliseconds