Searched refs:DEBUGFS_STATS_ADD (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/mac80211/ |
D | debugfs.c | 222 #define DEBUGFS_STATS_ADD(name, field) \ macro 258 DEBUGFS_STATS_ADD(transmitted_fragment_count, in debugfs_hw_add() 260 DEBUGFS_STATS_ADD(multicast_transmitted_frame_count, in debugfs_hw_add() 262 DEBUGFS_STATS_ADD(failed_count, local->dot11FailedCount); in debugfs_hw_add() 263 DEBUGFS_STATS_ADD(retry_count, local->dot11RetryCount); in debugfs_hw_add() 264 DEBUGFS_STATS_ADD(multiple_retry_count, in debugfs_hw_add() 266 DEBUGFS_STATS_ADD(frame_duplicate_count, in debugfs_hw_add() 268 DEBUGFS_STATS_ADD(received_fragment_count, in debugfs_hw_add() 270 DEBUGFS_STATS_ADD(multicast_received_frame_count, in debugfs_hw_add() 272 DEBUGFS_STATS_ADD(transmitted_frame_count, in debugfs_hw_add() [all …]
|