Searched refs:epid_queue (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c134 struct sk_buff_head *epid_queue = NULL; local
137 epid_queue = &priv->tx.mgmt_ep_queue;
139 epid_queue = &priv->tx.cab_ep_queue;
141 epid_queue = &priv->tx.data_be_queue;
143 epid_queue = &priv->tx.data_bk_queue;
145 epid_queue = &priv->tx.data_vi_queue;
147 epid_queue = &priv->tx.data_vo_queue;
151 return epid_queue;
622 struct sk_buff_head *epid_queue; local
627 epid_queue
695 struct sk_buff_head *epid_queue; local
733 ath9k_htc_tx_cleanup_queue(struct ath9k_htc_priv *priv, struct sk_buff_head *epid_queue) argument
[all...]

Completed in 188 milliseconds