Searched refs:sc_bhalq (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_beacon.c141 ath_hal_gettxqueueprops(ah, sc->sc_bhalq, &qi);
161 if (!ath_hal_settxqueueprops(ah, sc->sc_bhalq, &qi)) {
166 ath_hal_resettxqueue(ah, sc->sc_bhalq); /* push to h/w */
363 , sc->sc_bhalq /* hardware TXQ */
444 if (ath_hal_numtxpending(ah, sc->sc_bhalq) != 0) {
546 if (!ath_hal_stoptxdma(ah, sc->sc_bhalq)) {
549 __func__, sc->sc_bhalq);
554 ath_hal_puttxbuf(ah, sc->sc_bhalq, bfaddr);
555 ath_hal_txstart(ah, sc->sc_bhalq);
849 ath_hal_puttxbuf(ah, sc->sc_bhalq, b
[all...]
H A Dif_ath_tdma.c625 if (ath_hal_numtxpending(ah, sc->sc_bhalq) != 0) {
667 (! ath_hal_stoptxdma(ah, sc->sc_bhalq))) {
670 __func__, sc->sc_bhalq);
673 ath_hal_puttxbuf(ah, sc->sc_bhalq, bf->bf_daddr);
674 ath_hal_txstart(ah, sc->sc_bhalq);
H A Dif_ath_tx_edma.c796 if (ts.ts_queue_id != sc->sc_bhalq)
836 if (ts.ts_queue_id == sc->sc_bhalq)
H A Dif_ath.c743 sc->sc_bhalq = ath_beaconq_setup(sc);
744 if (sc->sc_bhalq == (u_int) -1) {
4945 __func__, sc->sc_bhalq,
4946 (caddr_t)(uintptr_t) ath_hal_gettxbuf(ah, sc->sc_bhalq),
4950 (void) ath_hal_stoptxdma(ah, sc->sc_bhalq);
5046 ath_printtxbuf(sc, bf, sc->sc_bhalq, 0,
5633 ath_hal_stoptxdma(ah, sc->sc_bhalq);
6205 sc->sc_bhalq);
H A Dif_athvar.h776 u_int sc_bhalq; /* HAL q for outgoing beacons */ member in struct:ath_softc

Completed in 65 milliseconds