Searched refs:AR_RTSCTSEnable (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210desc.h53 #define AR_RTSCTSEnable 0x00400000 /* RTS/CTS enable */ macro
H A Dar5210_xmit.c520 ads->ds_ctl0 |= AR_RTSCTSEnable;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211desc.h44 #define AR_RTSCTSEnable 0x00400000 /* RTS/CTS enable */ macro
H A Dar5211_xmit.c541 | (flags & HAL_TXDESC_RTSENA ? AR_RTSCTSEnable : 0)
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212desc.h62 #define AR_RTSCTSEnable 0x00400000 /* RTS/CTS protocol enable */ macro
H A Dar5212_xmit.c751 | (flags & HAL_TXDESC_RTSENA ? AR_RTSCTSEnable : 0)
/freebsd-11-stable/tools/tools/ath/athalq/
H A Dar5210_ds.c95 MF(txc.ds_ctl0, AR_RTSCTSEnable),
H A Dar5211_ds.c96 MF(txc.ds_ctl0, AR_RTSCTSEnable),
H A Dar5212_ds.c102 MF(txc.ds_ctl0, AR_RTSCTSEnable),

Completed in 79 milliseconds