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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c134 struct sk_buff_head *epid_queue = NULL; get_htc_epid_queue() local
137 epid_queue = &priv->tx.mgmt_ep_queue; get_htc_epid_queue()
139 epid_queue = &priv->tx.cab_ep_queue; get_htc_epid_queue()
141 epid_queue = &priv->tx.data_be_queue; get_htc_epid_queue()
143 epid_queue = &priv->tx.data_bk_queue; get_htc_epid_queue()
145 epid_queue = &priv->tx.data_vi_queue; get_htc_epid_queue()
147 epid_queue = &priv->tx.data_vo_queue; get_htc_epid_queue()
151 return epid_queue; get_htc_epid_queue()
617 struct sk_buff_head *epid_queue; ath9k_htc_tx_get_packet() local
622 epid_queue = get_htc_epid_queue(priv, epid); ath9k_htc_tx_get_packet()
623 if (!epid_queue) ath9k_htc_tx_get_packet()
626 spin_lock_irqsave(&epid_queue->lock, flags); skb_queue_walk_safe()
627 skb_queue_walk_safe(epid_queue, skb, tmp) { skb_queue_walk_safe()
629 __skb_unlink(skb, epid_queue); skb_queue_walk_safe()
630 spin_unlock_irqrestore(&epid_queue->lock, flags); skb_queue_walk_safe()
634 spin_unlock_irqrestore(&epid_queue->lock, flags);
689 struct sk_buff_head *epid_queue; ath9k_htc_txep() local
701 epid_queue = get_htc_epid_queue(priv, ep_id); ath9k_htc_txep()
702 if (!epid_queue) { ath9k_htc_txep()
707 skb_queue_tail(epid_queue, skb); ath9k_htc_txep()
728 struct sk_buff_head *epid_queue) ath9k_htc_tx_cleanup_queue()
737 spin_lock_irqsave(&epid_queue->lock, flags); skb_queue_walk_safe()
738 skb_queue_walk_safe(epid_queue, skb, tmp) { skb_queue_walk_safe()
740 __skb_unlink(skb, epid_queue); skb_queue_walk_safe()
745 spin_unlock_irqrestore(&epid_queue->lock, flags);
727 ath9k_htc_tx_cleanup_queue(struct ath9k_htc_priv *priv, struct sk_buff_head *epid_queue) ath9k_htc_tx_cleanup_queue() argument

Completed in 43 milliseconds