Lines Matching refs:tx_ctl

88 	struct ath5k_hw_2w_tx_ctl *tx_ctl;  in ath5k_hw_setup_2word_tx_desc()  local
91 tx_ctl = &desc->ud.ds_tx5210.tx_ctl; in ath5k_hw_setup_2word_tx_desc()
123 tx_ctl->tx_control_0 = frame_len & AR5K_2W_TX_DESC_CTL0_FRAME_LEN; in ath5k_hw_setup_2word_tx_desc()
134 tx_ctl->tx_control_1 = pkt_len & AR5K_2W_TX_DESC_CTL1_BUF_LEN; in ath5k_hw_setup_2word_tx_desc()
142 tx_ctl->tx_control_0 |= in ath5k_hw_setup_2word_tx_desc()
161 tx_ctl->tx_control_0 |= in ath5k_hw_setup_2word_tx_desc()
166 tx_ctl->tx_control_0 |= in ath5k_hw_setup_2word_tx_desc()
170 tx_ctl->tx_control_1 |= in ath5k_hw_setup_2word_tx_desc()
176 tx_ctl->tx_control_##_c |= \ in ath5k_hw_setup_2word_tx_desc()
181 tx_ctl->tx_control_##_c |= \ in ath5k_hw_setup_2word_tx_desc()
200 tx_ctl->tx_control_0 |= in ath5k_hw_setup_2word_tx_desc()
202 tx_ctl->tx_control_1 |= in ath5k_hw_setup_2word_tx_desc()
212 tx_ctl->tx_control_1 |= rtscts_duration & in ath5k_hw_setup_2word_tx_desc()
253 struct ath5k_hw_4w_tx_ctl *tx_ctl; in ath5k_hw_setup_4word_tx_desc() local
262 tx_ctl = &desc->ud.ds_tx5212.tx_ctl; in ath5k_hw_setup_4word_tx_desc()
353 tx_ctl->tx_control_0 = txctl0; in ath5k_hw_setup_4word_tx_desc()
354 tx_ctl->tx_control_1 = txctl1; in ath5k_hw_setup_4word_tx_desc()
355 tx_ctl->tx_control_2 = txctl2; in ath5k_hw_setup_4word_tx_desc()
356 tx_ctl->tx_control_3 = txctl3; in ath5k_hw_setup_4word_tx_desc()
385 struct ath5k_hw_4w_tx_ctl *tx_ctl; in ath5k_hw_setup_mrr_tx_desc() local
406 tx_ctl = &desc->ud.ds_tx5212.tx_ctl; in ath5k_hw_setup_mrr_tx_desc()
410 tx_ctl->tx_control_2 |= \ in ath5k_hw_setup_mrr_tx_desc()
413 tx_ctl->tx_control_3 |= \ in ath5k_hw_setup_mrr_tx_desc()