Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/
H A Dah_desc.h126 #define HAL_RXERR_CRC 0x01 /* CRC error on frame */ macro
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_recv.c228 rs->rs_status |= HAL_RXERR_CRC; in ar5211ProcRxDesc()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_recv.c246 rs->rs_status |= HAL_RXERR_CRC; in ar5210ProcRxDesc()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv_ds.c142 rxs->rs_status |= HAL_RXERR_CRC; in ar9300_proc_rx_desc_fast()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_recv.c269 rs->rs_status |= HAL_RXERR_CRC; in ar5416ProcRxDesc()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_recv.c311 rs->rs_status |= HAL_RXERR_CRC; in ar5212ProcRxDesc()
/freebsd/sys/dev/ath/
H A Dif_ath_rx.c620 if (rs->rs_status & HAL_RXERR_CRC) in ath_rx_tap()
693 if (rs->rs_status & HAL_RXERR_CRC) in ath_rx_pkt()