Lines Matching +full:cts +full:- +full:override
2 * Copyright (c) 2004-2008 Reyk Floeter <reyk@openbsd.org>
3 * Copyright (c) 2006-2008 Nick Kossifidis <mickflemm@gmail.com>
24 * struct ath5k_hw_rx_ctl - Common hardware RX control descriptor
38 * struct ath5k_hw_rx_status - Common hardware RX status descriptor
105 * enum ath5k_phy_error_code - PHY Error codes
113 * @AR5K_RX_PHY_ERROR_TOR: Transmit override receive
151 * struct ath5k_hw_2w_tx_ctl - 5210/5211 hardware 2-word TX control descriptor
166 #define AR5K_2W_TX_DESC_CTL0_RTSENA 0x00400000 /* RTS/CTS enable */
168 #define AR5K_2W_TX_DESC_CTL0_VEOL_5211 0x00800000 /* [5211] virtual end-of-list */
173 (ah->ah_version == AR5K_AR5210 ? \
188 (ah->ah_version == AR5K_AR5210 ? \
207 * struct ath5k_hw_4w_tx_ctl - 5212 hardware 4-word TX control descriptor
224 #define AR5K_4W_TX_DESC_CTL0_RTSENA 0x00400000 /* RTS/CTS enable */
225 #define AR5K_4W_TX_DESC_CTL0_VEOL 0x00800000 /* virtual end-of-list */
231 #define AR5K_4W_TX_DESC_CTL0_CTSENA 0x80000000 /* precede frame with CTS */
249 #define AR5K_4W_TX_DESC_CTL2_RTS_DURATION 0x00007fff /* RTS/CTS duration */
268 #define AR5K_4W_TX_DESC_CTL3_RTS_CTS_RATE 0x01f00000 /* RTS or CTS rate */
272 * struct ath5k_hw_tx_status - Common TX status descriptor
312 * struct ath5k_hw_5210_tx_desc - 5210/5211 hardware TX descriptor
322 * struct ath5k_hw_5212_tx_desc - 5212 hardware TX descriptor
332 * struct ath5k_hw_all_rx_desc - Common hardware RX descriptor
342 * struct ath5k_desc - Atheros hardware DMA descriptor