Home
last modified time | relevance | path

Searched refs:ath5k_txq (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dtrace.h15 struct ath5k_txq;
41 struct ath5k_txq *q),
67 struct ath5k_txq *q, struct ath5k_tx_status *ts),
H A Dbase.h47 struct ath5k_txq;
108 struct ath5k_txq *txq, struct ieee80211_tx_control *control);
H A Dbase.c769 struct ath5k_txq *txq, int padsize, in ath5k_txbuf_setup()
1018 static struct ath5k_txq *
1022 struct ath5k_txq *txq; in ath5k_txq_setup()
1157 struct ath5k_txq *txq; in ath5k_drain_tx_buffs()
1186 struct ath5k_txq *txq = ah->txqs; in ath5k_txq_release()
1656 struct ath5k_txq *txq, struct ieee80211_tx_control *control) in ath5k_tx_queue()
1712 struct ath5k_txq *txq, struct ath5k_tx_status *ts, in ath5k_tx_frame_completed()
1777 ath5k_tx_processq(struct ath5k_hw *ah, struct ath5k_txq *txq) in ath5k_tx_processq()
2510 struct ath5k_txq *txq; in ath5k_tx_complete_poll_work()
3031 struct ath5k_txq *txq; in ath5k_init()
H A Dath5k.h629 struct ath5k_txq { struct
1318 struct ath5k_txq txqs[AR5K_NUM_TX_QUEUES]; /* tx queues */
1336 struct ath5k_txq *cabq; /* content after beacon */
H A Ddebug.c816 struct ath5k_txq *txq; in read_file_queue()