Searched refs:tx_total_queued (Results 1 – 4 of 4) sorted by relevance
781 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()
81 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()
408 atomic_t tx_total_queued; member
245 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()