Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A 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()
510 if (WARN_ON(--priv->tx.queued_cnt < 0)) in ath9k_htc_tx_process()
511 priv->tx.queued_cnt = 0; in ath9k_htc_tx_process()
A Dhtc_drv_beacon.c181 priv->tx.queued_cnt++; in ath9k_htc_send_buffered()
A Dhtc.h298 int queued_cnt; member
A Dhtc_drv_debug.c343 "Queued count", priv->tx.queued_cnt); in read_file_queue()

Completed in 10 milliseconds