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

/freebsd-current/sys/dev/ath/
H A Dif_ath_beacon.c141 ath_hal_gettxqueueprops(ah, sc->sc_bhalq, &qi);
165 if (!ath_hal_settxqueueprops(ah, sc->sc_bhalq, &qi)) {
170 ath_hal_resettxqueue(ah, sc->sc_bhalq); /* push to h/w */
367 , sc->sc_bhalq /* hardware TXQ */
448 if (ath_hal_numtxpending(ah, sc->sc_bhalq) != 0) {
552 if (!ath_hal_stoptxdma(ah, sc->sc_bhalq)) {
555 __func__, sc->sc_bhalq);
560 ath_hal_puttxbuf(ah, sc->sc_bhalq, bfaddr);
561 ath_hal_txstart(ah, sc->sc_bhalq);
860 ath_hal_puttxbuf(ah, sc->sc_bhalq, b
[all...]
H A Dif_ath_tdma.c627 if (ath_hal_numtxpending(ah, sc->sc_bhalq) != 0) {
669 (! ath_hal_stoptxdma(ah, sc->sc_bhalq))) {
672 __func__, sc->sc_bhalq);
675 ath_hal_puttxbuf(ah, sc->sc_bhalq, bf->bf_daddr);
676 ath_hal_txstart(ah, sc->sc_bhalq);
H A Dif_ath_tx_edma.c832 if (ts.ts_queue_id != sc->sc_bhalq)
873 if (ts.ts_queue_id == sc->sc_bhalq)
H A Dif_ath.c777 sc->sc_bhalq = ath_beaconq_setup(sc);
778 if (sc->sc_bhalq == (u_int) -1) {
5124 __func__, sc->sc_bhalq,
5125 (caddr_t)(uintptr_t) ath_hal_gettxbuf(ah, sc->sc_bhalq),
5129 (void) ath_hal_stoptxdma(ah, sc->sc_bhalq);
5225 ath_printtxbuf(sc, bf, sc->sc_bhalq, 0,
6030 ath_hal_stoptxdma(ah, sc->sc_bhalq);
6660 sc->sc_bhalq);
H A Dif_athvar.h780 u_int sc_bhalq; /* HAL q for outgoing beacons */ member in struct:ath_softc

Completed in 90 milliseconds