Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dmac.h73 #define ATH9K_TXERR_FIFO 0x04 macro
79 (ATH9K_TXERR_XRETRY | ATH9K_TXERR_FILT | ATH9K_TXERR_FIFO | \
H A Dar9002_mac.c355 ts->ts_status |= ATH9K_TXERR_FIFO; in ar9002_hw_proc_txdesc()
H A Dar9003_mac.c405 ts->ts_status |= ATH9K_TXERR_FIFO; in ar9003_hw_proc_txdesc()
H A Ddebug.c834 if (ts->ts_status & ATH9K_TXERR_FIFO) in ath_debug_stat_tx()