Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dmac.h74 #define ATH9K_TXERR_XTXOP 0x08 macro
80 ATH9K_TXERR_XTXOP | ATH9K_TXERR_TIMER_EXPIRED | ATH9K_TX_FLUSH)
Dar9002_mac.c331 ts->ts_status |= ATH9K_TXERR_XTXOP; in ar9002_hw_proc_txdesc()
Dar9003_mac.c388 ts->ts_status |= ATH9K_TXERR_XTXOP; in ar9003_hw_proc_txdesc()
Ddebug.c856 if (ts->ts_status & ATH9K_TXERR_XTXOP) in ath_debug_stat_tx()