Lines Matching refs:sc_bhalq
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);
2401 ath_hal_txstart(ah, sc->sc_bhalq);
2404 sc->sc_bhalq, (uint64_t)bf->bf_daddr, bf->bf_desc);
4402 (void) ath_hal_stoptxdma(ah, sc->sc_bhalq);
4405 (void *)(uintptr_t) ath_hal_gettxbuf(ah, sc->sc_bhalq));
4822 ath_hal_stoptxdma(ah, sc->sc_bhalq);
5521 if_printf(ifp, "Use hw queue %u for beacons\n", sc->sc_bhalq);