H A D | debugfs.c | 94 #define DEBUGFS_FWSTATS_DEL(sub, name) \ macro 260 DEBUGFS_FWSTATS_DEL(tx, internal_desc_overflow); wl1251_debugfs_delete_files() 262 DEBUGFS_FWSTATS_DEL(rx, out_of_mem); wl1251_debugfs_delete_files() 263 DEBUGFS_FWSTATS_DEL(rx, hdr_overflow); wl1251_debugfs_delete_files() 264 DEBUGFS_FWSTATS_DEL(rx, hw_stuck); wl1251_debugfs_delete_files() 265 DEBUGFS_FWSTATS_DEL(rx, dropped); wl1251_debugfs_delete_files() 266 DEBUGFS_FWSTATS_DEL(rx, fcs_err); wl1251_debugfs_delete_files() 267 DEBUGFS_FWSTATS_DEL(rx, xfr_hint_trig); wl1251_debugfs_delete_files() 268 DEBUGFS_FWSTATS_DEL(rx, path_reset); wl1251_debugfs_delete_files() 269 DEBUGFS_FWSTATS_DEL(rx, reset_counter); wl1251_debugfs_delete_files() 271 DEBUGFS_FWSTATS_DEL(dma, rx_requested); wl1251_debugfs_delete_files() 272 DEBUGFS_FWSTATS_DEL(dma, rx_errors); wl1251_debugfs_delete_files() 273 DEBUGFS_FWSTATS_DEL(dma, tx_requested); wl1251_debugfs_delete_files() 274 DEBUGFS_FWSTATS_DEL(dma, tx_errors); wl1251_debugfs_delete_files() 276 DEBUGFS_FWSTATS_DEL(isr, cmd_cmplt); wl1251_debugfs_delete_files() 277 DEBUGFS_FWSTATS_DEL(isr, fiqs); wl1251_debugfs_delete_files() 278 DEBUGFS_FWSTATS_DEL(isr, rx_headers); wl1251_debugfs_delete_files() 279 DEBUGFS_FWSTATS_DEL(isr, rx_mem_overflow); wl1251_debugfs_delete_files() 280 DEBUGFS_FWSTATS_DEL(isr, rx_rdys); wl1251_debugfs_delete_files() 281 DEBUGFS_FWSTATS_DEL(isr, irqs); wl1251_debugfs_delete_files() 282 DEBUGFS_FWSTATS_DEL(isr, tx_procs); wl1251_debugfs_delete_files() 283 DEBUGFS_FWSTATS_DEL(isr, decrypt_done); wl1251_debugfs_delete_files() 284 DEBUGFS_FWSTATS_DEL(isr, dma0_done); wl1251_debugfs_delete_files() 285 DEBUGFS_FWSTATS_DEL(isr, dma1_done); wl1251_debugfs_delete_files() 286 DEBUGFS_FWSTATS_DEL(isr, tx_exch_complete); wl1251_debugfs_delete_files() 287 DEBUGFS_FWSTATS_DEL(isr, commands); wl1251_debugfs_delete_files() 288 DEBUGFS_FWSTATS_DEL(isr, rx_procs); wl1251_debugfs_delete_files() 289 DEBUGFS_FWSTATS_DEL(isr, hw_pm_mode_changes); wl1251_debugfs_delete_files() 290 DEBUGFS_FWSTATS_DEL(isr, host_acknowledges); wl1251_debugfs_delete_files() 291 DEBUGFS_FWSTATS_DEL(isr, pci_pm); wl1251_debugfs_delete_files() 292 DEBUGFS_FWSTATS_DEL(isr, wakeups); wl1251_debugfs_delete_files() 293 DEBUGFS_FWSTATS_DEL(isr, low_rssi); wl1251_debugfs_delete_files() 295 DEBUGFS_FWSTATS_DEL(wep, addr_key_count); wl1251_debugfs_delete_files() 296 DEBUGFS_FWSTATS_DEL(wep, default_key_count); wl1251_debugfs_delete_files() 298 DEBUGFS_FWSTATS_DEL(wep, key_not_found); wl1251_debugfs_delete_files() 299 DEBUGFS_FWSTATS_DEL(wep, decrypt_fail); wl1251_debugfs_delete_files() 300 DEBUGFS_FWSTATS_DEL(wep, packets); wl1251_debugfs_delete_files() 301 DEBUGFS_FWSTATS_DEL(wep, interrupt); wl1251_debugfs_delete_files() 303 DEBUGFS_FWSTATS_DEL(pwr, ps_enter); wl1251_debugfs_delete_files() 304 DEBUGFS_FWSTATS_DEL(pwr, elp_enter); wl1251_debugfs_delete_files() 305 DEBUGFS_FWSTATS_DEL(pwr, missing_bcns); wl1251_debugfs_delete_files() 306 DEBUGFS_FWSTATS_DEL(pwr, wake_on_host); wl1251_debugfs_delete_files() 307 DEBUGFS_FWSTATS_DEL(pwr, wake_on_timer_exp); wl1251_debugfs_delete_files() 308 DEBUGFS_FWSTATS_DEL(pwr, tx_with_ps); wl1251_debugfs_delete_files() 309 DEBUGFS_FWSTATS_DEL(pwr, tx_without_ps); wl1251_debugfs_delete_files() 310 DEBUGFS_FWSTATS_DEL(pwr, rcvd_beacons); wl1251_debugfs_delete_files() 311 DEBUGFS_FWSTATS_DEL(pwr, power_save_off); wl1251_debugfs_delete_files() 312 DEBUGFS_FWSTATS_DEL(pwr, enable_ps); wl1251_debugfs_delete_files() 313 DEBUGFS_FWSTATS_DEL(pwr, disable_ps); wl1251_debugfs_delete_files() 314 DEBUGFS_FWSTATS_DEL(pwr, fix_tsf_ps); wl1251_debugfs_delete_files() 316 DEBUGFS_FWSTATS_DEL(pwr, rcvd_awake_beacons); wl1251_debugfs_delete_files() 318 DEBUGFS_FWSTATS_DEL(mic, rx_pkts); wl1251_debugfs_delete_files() 319 DEBUGFS_FWSTATS_DEL(mic, calc_failure); wl1251_debugfs_delete_files() 321 DEBUGFS_FWSTATS_DEL(aes, encrypt_fail); wl1251_debugfs_delete_files() 322 DEBUGFS_FWSTATS_DEL(aes, decrypt_fail); wl1251_debugfs_delete_files() 323 DEBUGFS_FWSTATS_DEL(aes, encrypt_packets); wl1251_debugfs_delete_files() 324 DEBUGFS_FWSTATS_DEL(aes, decrypt_packets); wl1251_debugfs_delete_files() 325 DEBUGFS_FWSTATS_DEL(aes, encrypt_interrupt); wl1251_debugfs_delete_files() 326 DEBUGFS_FWSTATS_DEL(aes, decrypt_interrupt); wl1251_debugfs_delete_files() 328 DEBUGFS_FWSTATS_DEL(event, heart_beat); wl1251_debugfs_delete_files() 329 DEBUGFS_FWSTATS_DEL(event, calibration); wl1251_debugfs_delete_files() 330 DEBUGFS_FWSTATS_DEL(event, rx_mismatch); wl1251_debugfs_delete_files() 331 DEBUGFS_FWSTATS_DEL(event, rx_mem_empty); wl1251_debugfs_delete_files() 332 DEBUGFS_FWSTATS_DEL(event, rx_pool); wl1251_debugfs_delete_files() 333 DEBUGFS_FWSTATS_DEL(event, oom_late); wl1251_debugfs_delete_files() 334 DEBUGFS_FWSTATS_DEL(event, phy_transmit_error); wl1251_debugfs_delete_files() 335 DEBUGFS_FWSTATS_DEL(event, tx_stuck); wl1251_debugfs_delete_files() 337 DEBUGFS_FWSTATS_DEL(ps, pspoll_timeouts); wl1251_debugfs_delete_files() 338 DEBUGFS_FWSTATS_DEL(ps, upsd_timeouts); wl1251_debugfs_delete_files() 339 DEBUGFS_FWSTATS_DEL(ps, upsd_max_sptime); wl1251_debugfs_delete_files() 340 DEBUGFS_FWSTATS_DEL(ps, upsd_max_apturn); wl1251_debugfs_delete_files() 341 DEBUGFS_FWSTATS_DEL(ps, pspoll_max_apturn); wl1251_debugfs_delete_files() 342 DEBUGFS_FWSTATS_DEL(ps, pspoll_utilization); wl1251_debugfs_delete_files() 343 DEBUGFS_FWSTATS_DEL(ps, upsd_utilization); wl1251_debugfs_delete_files() 345 DEBUGFS_FWSTATS_DEL(rxpipe, rx_prep_beacon_drop); wl1251_debugfs_delete_files() 346 DEBUGFS_FWSTATS_DEL(rxpipe, descr_host_int_trig_rx_data); wl1251_debugfs_delete_files() 347 DEBUGFS_FWSTATS_DEL(rxpipe, beacon_buffer_thres_host_int_trig_rx_data); wl1251_debugfs_delete_files() 348 DEBUGFS_FWSTATS_DEL(rxpipe, missed_beacon_host_int_trig_rx_data); wl1251_debugfs_delete_files() 349 DEBUGFS_FWSTATS_DEL(rxpipe, tx_xfr_host_int_trig_rx_data); wl1251_debugfs_delete_files()
|