Lines Matching refs:DEBUGFS_ADD_COUNTER
398 #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()
457 DEBUGFS_ADD_COUNTER(tx_retry_failed, tx_retry_failed); in ieee80211_sta_debugfs_add()
458 DEBUGFS_ADD_COUNTER(tx_retry_count, tx_retry_count); in ieee80211_sta_debugfs_add()