Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/
HDif_ath_beacon.c140 ath_hal_gettxqueueprops(ah, sc->sc_bhalq, &qi); in ath_beaconq_config()
160 if (!ath_hal_settxqueueprops(ah, sc->sc_bhalq, &qi)) { in ath_beaconq_config()
165 ath_hal_resettxqueue(ah, sc->sc_bhalq); /* push to h/w */ in ath_beaconq_config()
362 , sc->sc_bhalq /* hardware TXQ */ in ath_beacon_setup()
443 if (ath_hal_numtxpending(ah, sc->sc_bhalq) != 0) { in ath_beacon_proc()
545 if (!ath_hal_stoptxdma(ah, sc->sc_bhalq)) { in ath_beacon_proc()
548 __func__, sc->sc_bhalq); in ath_beacon_proc()
553 ath_hal_puttxbuf(ah, sc->sc_bhalq, bfaddr); in ath_beacon_proc()
554 ath_hal_txstart(ah, sc->sc_bhalq); in ath_beacon_proc()
843 ath_hal_puttxbuf(ah, sc->sc_bhalq, bf->bf_daddr); in ath_beacon_start_adhoc()
[all …]
HDif_ath_tdma.c622 if (ath_hal_numtxpending(ah, sc->sc_bhalq) != 0) { in ath_tdma_beacon_send()
664 (! ath_hal_stoptxdma(ah, sc->sc_bhalq))) { in ath_tdma_beacon_send()
667 __func__, sc->sc_bhalq); in ath_tdma_beacon_send()
670 ath_hal_puttxbuf(ah, sc->sc_bhalq, bf->bf_daddr); in ath_tdma_beacon_send()
671 ath_hal_txstart(ah, sc->sc_bhalq); in ath_tdma_beacon_send()
HDif_ath_tx_edma.c638 if (ts.ts_queue_id != sc->sc_bhalq) in ath_edma_tx_processq()
678 if (ts.ts_queue_id == sc->sc_bhalq) in ath_edma_tx_processq()
HDif_ath.c451 sc->sc_bhalq = ath_beaconq_setup(sc); in ath_attach()
452 if (sc->sc_bhalq == (u_int) -1) { in ath_attach()
4761 __func__, sc->sc_bhalq, in ath_stoptxdma()
4762 (caddr_t)(uintptr_t) ath_hal_gettxbuf(ah, sc->sc_bhalq), in ath_stoptxdma()
4766 (void) ath_hal_stoptxdma(ah, sc->sc_bhalq); in ath_stoptxdma()
4863 ath_printtxbuf(sc, bf, sc->sc_bhalq, 0, in ath_legacy_tx_drain()
5396 ath_hal_stoptxdma(ah, sc->sc_bhalq); in ath_newstate()
6062 if_printf(ifp, "Use hw queue %u for beacons\n", sc->sc_bhalq); in ath_announce()
HDif_athvar.h750 u_int sc_bhalq; /* HAL q for outgoing beacons */ member