Home
last modified time | relevance | path

Searched refs:ATH9K_RXERR_PHY (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dmac.h181 #define ATH9K_RXERR_PHY 0x02 macro
Dar9003_mac.c526 rxs->rs_status |= ATH9K_RXERR_PHY; in ath9k_hw_process_rxdesc_edma()
Dmac.c603 rs->rs_status |= ATH9K_RXERR_PHY; in ath9k_hw_rxprocdesc()
Dhtc_drv_txrx.c1022 if (rxbuf->rxstatus.rs_status & ATH9K_RXERR_PHY) in ath9k_rx_prepare()
Dhtc_drv_debug.c263 if (rxs->rs_status & ATH9K_RXERR_PHY) { in ath9k_htc_err_stat_rx()
Drecv.c870 if (rx_stats->rs_status & ATH9K_RXERR_PHY) in ath9k_rx_accept()
Ddebug.c982 if (rs->rs_status & ATH9K_RXERR_PHY) { in ath_debug_stat_rx()