Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/ath/carl9170/
Ddebug.c419 jiffies_to_msecs(ar->max_queue_stop_timeout[i])); in carl9170_debugfs_tx_stuck_read()
421 ar->max_queue_stop_timeout[i] = 0; in carl9170_debugfs_tx_stuck_read()
Dcarl9170.h303 unsigned long max_queue_stop_timeout[__AR9170_NUM_TXQ]; member
Dtx.c177 if (tmp > ar->max_queue_stop_timeout[i]) in carl9170_tx_accounting_free()
178 ar->max_queue_stop_timeout[i] = tmp; in carl9170_tx_accounting_free()
Dmain.c366 ar->max_queue_stop_timeout[i] = 0; in carl9170_op_start()