Lines Matching refs:txq
57 static bool ath9k_has_pending_frames(struct ath_softc *sc, struct ath_txq *txq, in ath9k_has_pending_frames() argument
62 spin_lock_bh(&txq->axq_lock); in ath9k_has_pending_frames()
64 if (txq->axq_depth) { in ath9k_has_pending_frames()
72 if (txq->mac80211_qnum >= 0) { in ath9k_has_pending_frames()
75 list = &sc->cur_chan->acq[txq->mac80211_qnum]; in ath9k_has_pending_frames()
80 spin_unlock_bh(&txq->axq_lock); in ath9k_has_pending_frames()
806 txctl.txq = sc->tx.txq_map[skb_get_queue_mapping(skb)]; in ath9k_tx()
813 TX_STAT_INC(txctl.txq->axq_qnum, txfailed); in ath9k_tx()
1609 struct ath_txq *txq; in ath9k_conf_tx() local
1616 txq = sc->tx.txq_map[queue]; in ath9k_conf_tx()
1630 queue, txq->axq_qnum, params->aifs, params->cw_min, in ath9k_conf_tx()
1634 ret = ath_txq_update(sc, txq->axq_qnum, &qi); in ath9k_conf_tx()
1998 npend = ath9k_has_pending_frames(sc, &sc->tx.txq[i], in ath9k_has_tx_pending()