Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Ddebugfs_sta.c398 #define DEBUGFS_ADD_COUNTER(name, field) \ macro
448 DEBUGFS_ADD_COUNTER(rx_packets, rx_packets); in ieee80211_sta_debugfs_add()
449 DEBUGFS_ADD_COUNTER(tx_packets, tx_packets); in ieee80211_sta_debugfs_add()
450 DEBUGFS_ADD_COUNTER(rx_bytes, rx_bytes); in ieee80211_sta_debugfs_add()
451 DEBUGFS_ADD_COUNTER(tx_bytes, tx_bytes); in ieee80211_sta_debugfs_add()
452 DEBUGFS_ADD_COUNTER(rx_duplicates, num_duplicates); in ieee80211_sta_debugfs_add()
453 DEBUGFS_ADD_COUNTER(rx_fragments, rx_fragments); in ieee80211_sta_debugfs_add()
454 DEBUGFS_ADD_COUNTER(rx_dropped, rx_dropped); in ieee80211_sta_debugfs_add()
455 DEBUGFS_ADD_COUNTER(tx_fragments, tx_fragments); in ieee80211_sta_debugfs_add()
456 DEBUGFS_ADD_COUNTER(tx_filtered, tx_filtered_count); in ieee80211_sta_debugfs_add()
[all …]