Searched refs:HAL_RX_2040 (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sys/dev/ath/ath_hal/
H A Dah_desc.h138 #define HAL_RX_2040 0x0008 /* 40 Mhz */ macro
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_recv_ds.c98 rxs->rs_flags |= (rxsp->status4 & AR_2040) ? HAL_RX_2040 : 0;
/freebsd-current/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_recv.c208 rs->rs_flags |= HAL_RX_2040;
/freebsd-current/sys/dev/ath/
H A Dif_ath_tdma.c432 !! (rs->rs_flags & HAL_RX_2040),
H A Dif_ath_rx.c608 if ((rs->rs_flags & HAL_RX_2040) == 0)
679 if (rs->rs_flags & HAL_RX_2040)

Completed in 196 milliseconds