Lines Matching refs:txctl
77 struct ath_tx_control *txctl);
239 struct ath_tx_control txctl = {
251 ret = ath_tx_prepare(hw, skb, &txctl);
2287 struct ath_tx_control *txctl)
2291 struct ieee80211_sta *sta = txctl->sta;
2300 txctl->an = (struct ath_node *)sta->drv_priv;
2303 txctl->an = &avp->mcast_node;
2334 struct ath_tx_control *txctl)
2337 struct ieee80211_sta *sta = txctl->sta;
2341 struct ath_txq *txq = txctl->txq;
2350 ret = ath_tx_prepare(hw, skb, txctl);
2364 if (txctl->sta) {
2378 if (txctl->paprd)
2385 bf->bf_state.bfs_paprd = txctl->paprd;
2387 if (txctl->paprd)
2403 struct ath_tx_control txctl = {
2420 if (ath_tx_prepare(hw, skb, &txctl))
2423 bf = ath_tx_setup_buffer(sc, txctl.txq, NULL, skb);
2454 ath_txq_lock(sc, txctl.txq);
2455 ath_tx_fill_desc(sc, bf, txctl.txq, 0);
2456 ath_tx_txqaddbuf(sc, txctl.txq, &bf_q, false);
2457 TX_STAT_INC(sc, txctl.txq->axq_qnum, queued);
2458 ath_txq_unlock(sc, txctl.txq);
2920 struct ath_tx_control *txctl)
2946 bf = ath_tx_setup_buffer(sc, txctl->txq, NULL, skb);
2955 ath9k_hw_tx99_start(sc->sc_ah, txctl->txq->axq_qnum);
2957 ath_tx_send_normal(sc, txctl->txq, NULL, skb);