Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Ddebug.c779 DEBUGFS_READONLY_FILE(tx_total_queued, 20, "%d",
780 atomic_read(&ar->tx_total_queued));
826 DEBUGFS_ADD(tx_total_queued); in carl9170_debugfs_register()
Dtx.c81 atomic_inc(&ar->tx_total_queued); in carl9170_tx_accounting()
186 if (atomic_dec_and_test(&ar->tx_total_queued)) in carl9170_tx_accounting_free()
285 if (atomic_read(&ar->tx_total_queued)) in carl9170_tx_release()
651 if (!atomic_read(&ar->tx_total_queued)) in carl9170_tx_janitor()
Dcarl9170.h405 atomic_t tx_total_queued; member
Dmain.c245 if (atomic_read(&ar->tx_total_queued)) in carl9170_flush()
325 atomic_set(&ar->tx_total_queued, 0); in carl9170_zap_queues()
1750 return !!atomic_read(&ar->tx_total_queued); in carl9170_tx_frames_pending()