Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/wireless/ath/carl9170/
Ddebug.c781 DEBUGFS_READONLY_FILE(tx_total_queued, 20, "%d",
782 atomic_read(&ar->tx_total_queued));
828 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.h408 atomic_t tx_total_queued; member
Dmain.c245 if (atomic_read(&ar->tx_total_queued)) in carl9170_flush()
324 atomic_set(&ar->tx_total_queued, 0); in carl9170_zap_queues()
1711 return !!atomic_read(&ar->tx_total_queued); in carl9170_tx_frames_pending()