Searched refs:ath5k_tx_queue (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
H A D | base.h | 107 void ath5k_tx_queue(struct ieee80211_hw *hw, struct sk_buff *skb,
|
H A D | qcu.c | 197 * @queue_type: One of enum ath5k_tx_queue 203 ath5k_hw_setup_tx_queue(struct ath5k_hw *ah, enum ath5k_tx_queue queue_type, ath5k_hw_setup_tx_queue()
|
H A D | ath5k.h | 532 * enum ath5k_tx_queue - Queue types used to classify tx queues. 539 enum ath5k_tx_queue { enum 643 * @tqi_type: One of enum ath5k_tx_queue 653 enum ath5k_tx_queue tqi_type; 1566 enum ath5k_tx_queue queue_type,
|
H A D | mac80211-ops.c | 69 ath5k_tx_queue(hw, skb, &ah->txqs[qnum], control); ath5k_tx()
|
H A D | base.c | 1611 ath5k_tx_queue(struct ieee80211_hw *hw, struct sk_buff *skb, ath5k_tx_queue() function 2019 ath5k_tx_queue(ah->hw, skb, ah->cabq, NULL); ath5k_beacon_send()
|
Completed in 243 milliseconds