Home
last modified time | relevance | path

Searched refs:sc_isedma (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/ath/
Dif_ath_beacon.c125 if (sc->sc_isedma) in ath_beaconq_setup()
346 if (sc->sc_isedma) { in ath_beacon_setup()
551 if (! sc->sc_isedma) { in ath_beacon_proc()
692 if (sc->sc_isedma) in ath_beacon_cabq_start()
1198 if (sc->sc_isedma) { in ath_beacon_config()
Dif_ath.c656 sc->sc_isedma = 1; in ath_attach()
2222 if (! sc->sc_isedma) { in ath_intr()
2285 if (! sc->sc_isedma) { in ath_intr()
2657 if (sc->sc_isedma) in ath_init()
2665 if (! sc->sc_isedma) in ath_init()
3171 if (sc->sc_isedma) { in _ath_getbuf_locked()
3982 if (sc->sc_isedma) in ath_txq_setup()
4987 if (! sc->sc_isedma) { in ath_tx_draintxq()
Dif_ath_tdma.c670 if ((! sc->sc_isedma) && in ath_tdma_beacon_send()
Dif_athvar.h651 sc_isedma : 1,/* supports EDMA */ member