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

/freebsd-13-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210desc.h55 #define AR_RTSCTSEnable 0x00400000 /* RTS/CTS enable */ macro
H A Dar5210_xmit.c522 ads->ds_ctl0 |= AR_RTSCTSEnable;
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211desc.h46 #define AR_RTSCTSEnable 0x00400000 /* RTS/CTS enable */ macro
H A Dar5211_xmit.c542 | (flags & HAL_TXDESC_RTSENA ? AR_RTSCTSEnable : 0)
/freebsd-13-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212desc.h64 #define AR_RTSCTSEnable 0x00400000 /* RTS/CTS protocol enable */ macro
H A Dar5212_xmit.c752 | (flags & HAL_TXDESC_RTSENA ? AR_RTSCTSEnable : 0)
/freebsd-13-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 107 milliseconds