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

/linux-master/net/mac80211/
H A Ddebugfs.c633 #define DEBUGFS_STATS_ADD(name) \ macro
680 DEBUGFS_STATS_ADD(dot11TransmittedFragmentCount);
681 DEBUGFS_STATS_ADD(dot11MulticastTransmittedFrameCount);
682 DEBUGFS_STATS_ADD(dot11FailedCount);
683 DEBUGFS_STATS_ADD(dot11RetryCount);
684 DEBUGFS_STATS_ADD(dot11MultipleRetryCount);
685 DEBUGFS_STATS_ADD(dot11FrameDuplicateCount);
686 DEBUGFS_STATS_ADD(dot11ReceivedFragmentCount);
687 DEBUGFS_STATS_ADD(dot11MulticastReceivedFrameCount);
688 DEBUGFS_STATS_ADD(dot11TransmittedFrameCoun
[all...]

Completed in 70 milliseconds