Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Ddebugfs.c405 #define DEBUGFS_STATS_ADD(name) \ macro
451 DEBUGFS_STATS_ADD(dot11TransmittedFragmentCount); in debugfs_hw_add()
452 DEBUGFS_STATS_ADD(dot11MulticastTransmittedFrameCount); in debugfs_hw_add()
453 DEBUGFS_STATS_ADD(dot11FailedCount); in debugfs_hw_add()
454 DEBUGFS_STATS_ADD(dot11RetryCount); in debugfs_hw_add()
455 DEBUGFS_STATS_ADD(dot11MultipleRetryCount); in debugfs_hw_add()
456 DEBUGFS_STATS_ADD(dot11FrameDuplicateCount); in debugfs_hw_add()
457 DEBUGFS_STATS_ADD(dot11ReceivedFragmentCount); in debugfs_hw_add()
458 DEBUGFS_STATS_ADD(dot11MulticastReceivedFrameCount); in debugfs_hw_add()
459 DEBUGFS_STATS_ADD(dot11TransmittedFrameCount); in debugfs_hw_add()
[all …]