Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/ath_hal/
HDah_desc.h154 #define HAL_RX_DELIM_CRC_POST 0x0020 /* crc error in delim after */ macro
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_recv_ds.c111 rxs->rs_flags |= HAL_RX_DELIM_CRC_POST; in ar9300_proc_rx_desc_fast()
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_recv.c223 rs->rs_flags |= HAL_RX_DELIM_CRC_POST; in ar5416ProcRxDesc()
/NextBSD/sys/dev/ath/
HDif_ath_rx.c641 if (rs->rs_flags & HAL_RX_DELIM_CRC_POST) in ath_rx_pkt()