Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_desc.h154 #define HAL_RX_DELIM_CRC_POST 0x0020 /* crc error in delim after */ macro
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv_ds.c111 rxs->rs_flags |= HAL_RX_DELIM_CRC_POST; in ar9300_proc_rx_desc_fast()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_recv.c223 rs->rs_flags |= HAL_RX_DELIM_CRC_POST; in ar5416ProcRxDesc()
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_rx.c671 if (rs->rs_flags & HAL_RX_DELIM_CRC_POST) in ath_rx_pkt()