Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211desc.h44 #define AR_RTSCTSEnable 0x00400000 /* RTS/CTS enable */ macro
HDar5211_xmit.c541 | (flags & HAL_TXDESC_RTSENA ? AR_RTSCTSEnable : 0) in ar5211SetupTxDesc()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210desc.h53 #define AR_RTSCTSEnable 0x00400000 /* RTS/CTS enable */ macro
HDar5210_xmit.c520 ads->ds_ctl0 |= AR_RTSCTSEnable; in ar5210SetupTxDesc()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212desc.h62 #define AR_RTSCTSEnable 0x00400000 /* RTS/CTS protocol enable */ macro
HDar5212_xmit.c751 | (flags & HAL_TXDESC_RTSENA ? AR_RTSCTSEnable : 0) in ar5212SetupTxDesc()
/freebsd-11-stable/tools/tools/ath/athalq/
HDar5210_ds.c95 MF(txc.ds_ctl0, AR_RTSCTSEnable), in ar5210_decode_txdesc()
HDar5211_ds.c96 MF(txc.ds_ctl0, AR_RTSCTSEnable), in ar5211_decode_txdesc()
HDar5212_ds.c102 MF(txc.ds_ctl0, AR_RTSCTSEnable), in ar5212_decode_txdesc()