Searched refs:queued_cnt (Results 1 – 4 of 4) sorted by relevance
59 priv->tx.queued_cnt++; in ath9k_htc_check_stop_queues()60 if ((priv->tx.queued_cnt >= ATH9K_HTC_TX_THRESHOLD) && in ath9k_htc_check_stop_queues()71 if ((priv->tx.queued_cnt < ATH9K_HTC_TX_THRESHOLD) && in ath9k_htc_check_wake_queues()502 if (WARN_ON(--priv->tx.queued_cnt < 0)) in ath9k_htc_tx_process()503 priv->tx.queued_cnt = 0; in ath9k_htc_tx_process()
286 int queued_cnt; member
337 priv->tx.queued_cnt++; in ath9k_htc_send_buffered()
431 "Queued count", priv->tx.queued_cnt); in read_file_queue()