Home
last modified time | relevance | path

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

/linux-6.15/net/mac80211/
H A Ddebugfs.c665 #define DEBUGFS_STATS_ADD(name) \ macro
714 DEBUGFS_STATS_ADD(dot11FailedCount); in debugfs_hw_add()
715 DEBUGFS_STATS_ADD(dot11RetryCount); in debugfs_hw_add()
721 DEBUGFS_STATS_ADD(tx_handlers_drop); in debugfs_hw_add()
722 DEBUGFS_STATS_ADD(tx_handlers_queued); in debugfs_hw_add()
723 DEBUGFS_STATS_ADD(tx_handlers_drop_wep); in debugfs_hw_add()
726 DEBUGFS_STATS_ADD(rx_handlers_drop); in debugfs_hw_add()
727 DEBUGFS_STATS_ADD(rx_handlers_queued); in debugfs_hw_add()
730 DEBUGFS_STATS_ADD(tx_expand_skb_head); in debugfs_hw_add()
733 DEBUGFS_STATS_ADD(rx_handlers_fragments); in debugfs_hw_add()
[all …]