Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Ddebugfs.c658 #define DEBUGFS_STATS_ADD(name) \ macro
705 DEBUGFS_STATS_ADD(dot11TransmittedFragmentCount); in debugfs_hw_add()
706 DEBUGFS_STATS_ADD(dot11MulticastTransmittedFrameCount); in debugfs_hw_add()
707 DEBUGFS_STATS_ADD(dot11FailedCount); in debugfs_hw_add()
708 DEBUGFS_STATS_ADD(dot11RetryCount); in debugfs_hw_add()
709 DEBUGFS_STATS_ADD(dot11MultipleRetryCount); in debugfs_hw_add()
710 DEBUGFS_STATS_ADD(dot11FrameDuplicateCount); in debugfs_hw_add()
711 DEBUGFS_STATS_ADD(dot11ReceivedFragmentCount); in debugfs_hw_add()
712 DEBUGFS_STATS_ADD(dot11MulticastReceivedFrameCount); in debugfs_hw_add()
713 DEBUGFS_STATS_ADD(dot11TransmittedFrameCount); in debugfs_hw_add()
[all …]