Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_qcu.c37 if (ah->ah_txq.tqi_type == AR5K_TX_QUEUE_INACTIVE) in ath5k_hw_set_tx_queueprops()
40 memcpy(&ah->ah_txq, queue_info, sizeof(struct ath5k_txq_info)); in ath5k_hw_set_tx_queueprops()
47 ah->ah_txq.tqi_flags |= AR5K_TXQ_FLAG_POST_FR_BKOFF_DIS; in ath5k_hw_set_tx_queueprops()
67 memset(&ah->ah_txq, 0, sizeof(struct ath5k_txq_info)); in ath5k_hw_setup_tx_queue()
68 ah->ah_txq.tqi_type = queue_type; in ath5k_hw_setup_tx_queue()
93 ah->ah_txq.tqi_type = AR5K_TX_QUEUE_INACTIVE; in ath5k_hw_release_tx_queue()
104 struct ath5k_txq_info *tq = &ah->ah_txq; in ath5k_hw_reset_tx_queue()
107 tq = &ah->ah_txq; in ath5k_hw_reset_tx_queue()
Dath5k_dma.c132 if (ah->ah_txq.tqi_type == AR5K_TX_QUEUE_INACTIVE) in ath5k_hw_start_tx_dma()
173 if (ah->ah_txq.tqi_type == AR5K_TX_QUEUE_INACTIVE) in ath5k_hw_stop_tx_dma()
Dath5k.h1011 struct ath5k_txq_info ah_txq; member