Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/
H A Dif_ath_beacon.c123 if (sc->sc_isedma) in ath_beaconq_setup()
344 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()
1215 if (sc->sc_isedma) { in ath_beacon_config()
H A Dif_ath_tdma.c668 if ((! sc->sc_isedma) && in ath_tdma_beacon_send()
H A Dif_ath.c655 sc->sc_isedma = 1; in ath_attach()
2229 if (! sc->sc_isedma) { in ath_intr()
2292 if (! sc->sc_isedma) { in ath_intr()
2704 if (sc->sc_isedma) in ath_init()
2712 if (! sc->sc_isedma) in ath_init()
3218 if (sc->sc_isedma) { in _ath_getbuf_locked()
4029 if (sc->sc_isedma) in ath_txq_setup()
5039 if (! sc->sc_isedma) { in ath_tx_draintxq()
H A Dif_athvar.h650 sc_isedma : 1,/* supports EDMA */ member