Searched refs:ah_txq (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dqcu.c34 memcpy(queue_info, &ah->ah_txq[queue], sizeof(struct ath5k_txq_info));
46 if (ah->ah_txq[queue].tqi_type == AR5K_TX_QUEUE_INACTIVE)
49 memcpy(&ah->ah_txq[queue], queue_info, sizeof(struct ath5k_txq_info));
55 ah->ah_txq[queue].tqi_flags |= AR5K_TXQ_FLAG_POST_FR_BKOFF_DIS;
89 ah->ah_txq[queue].tqi_type !=
120 memset(&ah->ah_txq[queue], 0, sizeof(struct ath5k_txq_info));
121 ah->ah_txq[queue].tqi_type = queue_type;
150 if (ah->ah_txq[queue].tqi_type == AR5K_TX_QUEUE_INACTIVE)
177 ah->ah_txq[queue].tqi_type = AR5K_TX_QUEUE_INACTIVE;
188 struct ath5k_txq_info *tq = &ah->ah_txq[queu
[all...]
H A Ddma.c119 if (ah->ah_txq[queue].tqi_type == AR5K_TX_QUEUE_INACTIVE)
128 switch (ah->ah_txq[queue].tqi_type) {
179 if (ah->ah_txq[queue].tqi_type == AR5K_TX_QUEUE_INACTIVE)
188 switch (ah->ah_txq[queue].tqi_type) {
279 switch (ah->ah_txq[queue].tqi_type) {
321 switch (ah->ah_txq[queue].tqi_type) {
H A Dath5k.h1064 struct ath5k_txq_info ah_txq[AR5K_NUM_TX_QUEUES]; member in struct:ath5k_hw

Completed in 62 milliseconds