Home
last modified time | relevance | path

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

/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_recv_ds.c140 rxs->rs_status |= HAL_RXERR_PHY; in ar9300_proc_rx_desc_fast()
159 rxs->rs_status |= HAL_RXERR_PHY; in ar9300_proc_rx_desc_fast()
/trueos/sys/dev/ath/ath_hal/
HDah_desc.h141 #define HAL_RXERR_PHY 0x02 /* PHY error, rs_phyerr is valid */ macro
/trueos/sys/dev/ath/ath_hal/ar5211/
HDar5211_recv.c233 rs->rs_status |= HAL_RXERR_PHY; in ar5211ProcRxDesc()
/trueos/sys/dev/ath/ath_hal/ar5210/
HDar5210_recv.c253 rs->rs_status |= HAL_RXERR_PHY; in ar5210ProcRxDesc()
/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_recv.c266 rs->rs_status |= HAL_RXERR_PHY; in ar5416ProcRxDesc()
/trueos/sys/dev/ath/
HDif_ath_rx.c423 if (rs->rs_status & HAL_RXERR_PHY) { in ath_rx_tap_vendor()
453 if (rs->rs_status & HAL_RXERR_PHY) { in ath_rx_tap()
558 if (rs->rs_status & HAL_RXERR_PHY) { in ath_rx_pkt()
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_recv.c301 rs->rs_status |= HAL_RXERR_PHY; in ar5212ProcRxDesc()