Searched refs:DEBUGFS_FWSTATS_DEL (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A D | debugfs.c | 245 DEBUGFS_FWSTATS_DEL(rx, hw_stuck); in wl1251_debugfs_delete_files() 246 DEBUGFS_FWSTATS_DEL(rx, dropped); in wl1251_debugfs_delete_files() 247 DEBUGFS_FWSTATS_DEL(rx, fcs_err); in wl1251_debugfs_delete_files() 258 DEBUGFS_FWSTATS_DEL(isr, fiqs); in wl1251_debugfs_delete_files() 261 DEBUGFS_FWSTATS_DEL(isr, rx_rdys); in wl1251_debugfs_delete_files() 262 DEBUGFS_FWSTATS_DEL(isr, irqs); in wl1251_debugfs_delete_files() 263 DEBUGFS_FWSTATS_DEL(isr, tx_procs); in wl1251_debugfs_delete_files() 272 DEBUGFS_FWSTATS_DEL(isr, pci_pm); in wl1251_debugfs_delete_files() 273 DEBUGFS_FWSTATS_DEL(isr, wakeups); in wl1251_debugfs_delete_files() 281 DEBUGFS_FWSTATS_DEL(wep, packets); in wl1251_debugfs_delete_files() [all …]
|