Home
last modified time | relevance | path

Searched refs:queued_cnt (Results 1 – 4 of 4) sorted by relevance

/drivers/net/wireless/ath/ath9k/
Dhtc_drv_txrx.c59 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()
Dhtc.h286 int queued_cnt; member
Dhtc_drv_beacon.c337 priv->tx.queued_cnt++; in ath9k_htc_send_buffered()
Dhtc_drv_debug.c431 "Queued count", priv->tx.queued_cnt); in read_file_queue()