HomeSort by: relevance | last modified time | path
    Searched refs:sc_bhalq (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ath.c 410 sc->sc_bhalq = ath_beaconq_setup(ah);
411 if (sc->sc_bhalq == (u_int) -1) {
739 ath_hal_resettxqueue(ah, sc->sc_bhalq);
2123 ath_hal_gettxqueueprops(ah, sc->sc_bhalq, &qi);
2142 if (!ath_hal_settxqueueprops(ah, sc->sc_bhalq, &qi)) {
2147 ath_hal_resettxqueue(ah, sc->sc_bhalq); /* push to h/w */
2315 if (ath_hal_numtxpending(ah, sc->sc_bhalq) != 0) {
2386 if (!ath_hal_stoptxdma(ah, sc->sc_bhalq)) {
2389 __func__, sc->sc_bhalq);
2400 ath_hal_puttxbuf(ah, sc->sc_bhalq, bf->bf_daddr)
    [all...]
athvar.h 286 u_int sc_bhalq; /* HAL q for outgoing beacons */ member in struct:ath_softc

Completed in 14 milliseconds