Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ath/ath_hal/
HDah_desc.h126 #define HAL_RXERR_CRC 0x01 /* CRC error on frame */ macro
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_recv.c228 rs->rs_status |= HAL_RXERR_CRC; in ar5211ProcRxDesc()
/freebsd-13-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_recv_ds.c142 rxs->rs_status |= HAL_RXERR_CRC; in ar9300_proc_rx_desc_fast()
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210_recv.c246 rs->rs_status |= HAL_RXERR_CRC; in ar5210ProcRxDesc()
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_recv.c269 rs->rs_status |= HAL_RXERR_CRC; in ar5416ProcRxDesc()
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_recv.c311 rs->rs_status |= HAL_RXERR_CRC; in ar5212ProcRxDesc()
/freebsd-13-stable/sys/dev/ath/
HDif_ath_rx.c619 if (rs->rs_status & HAL_RXERR_CRC) in ath_rx_tap()
692 if (rs->rs_status & HAL_RXERR_CRC) in ath_rx_pkt()