Searched refs:ath9k_hw_setuptxqueue (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
A D | mac.c | 293 int ath9k_hw_setuptxqueue(struct ath_hw *ah, enum ath9k_tx_queue type, in ath9k_hw_setuptxqueue() function 335 EXPORT_SYMBOL(ath9k_hw_setuptxqueue); 754 return ath9k_hw_setuptxqueue(ah, ATH9K_TX_QUEUE_BEACON, &qi); in ath9k_hw_beaconq_setup()
|
A D | htc_drv_txrx.c | 834 qnum = ath9k_hw_setuptxqueue(priv->ah, ATH9K_TX_QUEUE_DATA, &qi); in ath9k_htc_txq_setup() 856 return ath9k_hw_setuptxqueue(priv->ah, ATH9K_TX_QUEUE_CAB, &qi); in ath9k_htc_cabq_setup()
|
A D | mac.h | 727 int ath9k_hw_setuptxqueue(struct ath_hw *ah, enum ath9k_tx_queue type,
|
A D | xmit.c | 1741 axq_qnum = ath9k_hw_setuptxqueue(ah, qtype, &qi); in ath_txq_setup()
|
Completed in 17 milliseconds