Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/ath/carl9170/
Ddebug.c407 jiffies_to_msecs(ar->max_queue_stop_timeout[i])); in carl9170_debugfs_tx_stuck_read()
409 ar->max_queue_stop_timeout[i] = 0; in carl9170_debugfs_tx_stuck_read()
Dcarl9170.h300 unsigned long max_queue_stop_timeout[__AR9170_NUM_TXQ]; member
Dtx.c176 if (tmp > ar->max_queue_stop_timeout[i]) in carl9170_tx_accounting_free()
177 ar->max_queue_stop_timeout[i] = tmp; in carl9170_tx_accounting_free()
Dmain.c370 ar->max_queue_stop_timeout[i] = 0; in carl9170_op_start()