Searched refs:sc_bhalq (Results 1 – 5 of 5) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_beacon.c | 141 ath_hal_gettxqueueprops(ah, sc->sc_bhalq, &qi); in ath_beaconq_config() 165 if (!ath_hal_settxqueueprops(ah, sc->sc_bhalq, &qi)) { in ath_beaconq_config() 170 ath_hal_resettxqueue(ah, sc->sc_bhalq); /* push to h/w */ in ath_beaconq_config() 367 , sc->sc_bhalq /* hardware TXQ */ in ath_beacon_setup() 448 if (ath_hal_numtxpending(ah, sc->sc_bhalq) != 0) { in ath_beacon_proc() 552 if (!ath_hal_stoptxdma(ah, sc->sc_bhalq)) { in ath_beacon_proc() 555 __func__, sc->sc_bhalq); in ath_beacon_proc() 560 ath_hal_puttxbuf(ah, sc->sc_bhalq, bfaddr); in ath_beacon_proc() 561 ath_hal_txstart(ah, sc->sc_bhalq); in ath_beacon_proc() 860 ath_hal_puttxbuf(ah, sc->sc_bhalq, bf->bf_daddr); in ath_beacon_start_adhoc() [all …]
|
H A D | if_ath_tdma.c | 627 if (ath_hal_numtxpending(ah, sc->sc_bhalq) != 0) { in ath_tdma_beacon_send() 669 (! ath_hal_stoptxdma(ah, sc->sc_bhalq))) { in ath_tdma_beacon_send() 672 __func__, sc->sc_bhalq); in ath_tdma_beacon_send() 675 ath_hal_puttxbuf(ah, sc->sc_bhalq, bf->bf_daddr); in ath_tdma_beacon_send() 676 ath_hal_txstart(ah, sc->sc_bhalq); in ath_tdma_beacon_send()
|
H A D | if_ath_tx_edma.c | 832 if (ts.ts_queue_id != sc->sc_bhalq) in ath_edma_tx_processq() 873 if (ts.ts_queue_id == sc->sc_bhalq) in ath_edma_tx_processq()
|
H A D | if_ath.c | 779 sc->sc_bhalq = ath_beaconq_setup(sc); in ath_attach() 780 if (sc->sc_bhalq == (u_int) -1) { in ath_attach() 5132 __func__, sc->sc_bhalq, in ath_stoptxdma() 5133 (caddr_t)(uintptr_t) ath_hal_gettxbuf(ah, sc->sc_bhalq), in ath_stoptxdma() 5137 (void) ath_hal_stoptxdma(ah, sc->sc_bhalq); in ath_stoptxdma() 5233 ath_printtxbuf(sc, bf, sc->sc_bhalq, 0, in ath_legacy_tx_drain() 6038 ath_hal_stoptxdma(ah, sc->sc_bhalq); in ath_newstate() 6668 sc->sc_bhalq); in ath_announce()
|
H A D | if_athvar.h | 780 u_int sc_bhalq; /* HAL q for outgoing beacons */ member
|