Searched refs:ath9k_htc_tx_cleanup_queue (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c733 static void ath9k_htc_tx_cleanup_queue(struct ath9k_htc_priv *priv, function
794 ath9k_htc_tx_cleanup_queue(priv, &priv->tx.mgmt_ep_queue);
795 ath9k_htc_tx_cleanup_queue(priv, &priv->tx.cab_ep_queue);
796 ath9k_htc_tx_cleanup_queue(priv, &priv->tx.data_be_queue);
797 ath9k_htc_tx_cleanup_queue(priv, &priv->tx.data_bk_queue);
798 ath9k_htc_tx_cleanup_queue(priv, &priv->tx.data_vi_queue);
799 ath9k_htc_tx_cleanup_queue(priv, &priv->tx.data_vo_queue);

Completed in 401 milliseconds