Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/carl9170/
H A Ddebug.c815 #define DEBUGFS_ADD(name) \ in carl9170_debugfs_register() macro
820 DEBUGFS_ADD(usb_tx_anch_urbs); in carl9170_debugfs_register()
821 DEBUGFS_ADD(usb_rx_pool_urbs); in carl9170_debugfs_register()
822 DEBUGFS_ADD(usb_rx_anch_urbs); in carl9170_debugfs_register()
823 DEBUGFS_ADD(usb_rx_work_urbs); in carl9170_debugfs_register()
825 DEBUGFS_ADD(tx_total_queued); in carl9170_debugfs_register()
826 DEBUGFS_ADD(tx_total_pending); in carl9170_debugfs_register()
827 DEBUGFS_ADD(tx_dropped); in carl9170_debugfs_register()
828 DEBUGFS_ADD(tx_stuck); in carl9170_debugfs_register()
829 DEBUGFS_ADD(tx_ampdu_upload); in carl9170_debugfs_register()
[all …]
/linux/net/wireless/
H A Ddebugfs.c121 #define DEBUGFS_ADD(name) \
135 DEBUGFS_ADD(rts_threshold); in wiphy_locked_debugfs_read_work()
136 DEBUGFS_ADD(fragmentation_threshold); in wiphy_locked_debugfs_read_work()
137 DEBUGFS_ADD(short_retry_limit); in wiphy_locked_debugfs_read_work()
138 DEBUGFS_ADD(long_retry_limit);
139 DEBUGFS_ADD(ht40allow_map); in wiphy_locked_debugfs_read_cancel()
100 #define DEBUGFS_ADD( global() macro
/linux/net/mac80211/
H A Ddebugfs.c54 #define DEBUGFS_ADD(name) \ macro
655 DEBUGFS_ADD(total_ps_buffered); in debugfs_hw_add()
656 DEBUGFS_ADD(wep_iv); in debugfs_hw_add()
657 DEBUGFS_ADD(rate_ctrl_alg); in debugfs_hw_add()
658 DEBUGFS_ADD(queues); in debugfs_hw_add()
659 DEBUGFS_ADD(misc); in debugfs_hw_add()
664 DEBUGFS_ADD(user_power); in debugfs_hw_add()
665 DEBUGFS_ADD(power); in debugfs_hw_add()
666 DEBUGFS_ADD(hw_conf); in debugfs_hw_add()
669 DEBUGFS_ADD(aql_pending); in debugfs_hw_add()
[all …]
/linux/drivers/net/wireless/ti/wl1251/
H A Ddebugfs.c40 #define DEBUGFS_ADD(name, parent) \ macro
73 DEBUGFS_ADD(sub## _ ##name, wl->debugfs.fw_statistics)
431 DEBUGFS_ADD(tx_queue_len, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
432 DEBUGFS_ADD(tx_queue_status, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
433 DEBUGFS_ADD(retry_count, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
434 DEBUGFS_ADD(excessive_retries, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
/linux/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.h40 #define DEBUGFS_ADD(name, parent) \ macro
100 DEBUGFS_ADD(sub## _ ##name, stats)