Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dath9k.h1037 u16 airtime_flags; /* AIRTIME_* */ member
Dxmit.c129 if ((sc->airtime_flags & AIRTIME_USE_NEW_QUEUES) && in __ath_tx_queue_tid()
725 if (sc->airtime_flags & AIRTIME_USE_TX) { in ath_tx_count_airtime()
1986 bool active = AIRTIME_ACTIVE(sc->airtime_flags); in ath_txq_schedule()
Drecv.c1057 if (!!(sc->airtime_flags & AIRTIME_USE_RX)) { in ath_rx_count_airtime()
Dinit.c679 sc->airtime_flags = (AIRTIME_USE_TX | AIRTIME_USE_RX | in ath9k_init_softc()
Ddebug.c1460 sc->debug.debugfs_phy, &sc->airtime_flags); in ath9k_init_debug()