• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/

Lines Matching refs:DEBUGFS_FWSTATS_DEL

95 #define DEBUGFS_FWSTATS_DEL(sub, name)				\
299 DEBUGFS_FWSTATS_DEL(tx, internal_desc_overflow);
301 DEBUGFS_FWSTATS_DEL(rx, out_of_mem);
302 DEBUGFS_FWSTATS_DEL(rx, hdr_overflow);
303 DEBUGFS_FWSTATS_DEL(rx, hw_stuck);
304 DEBUGFS_FWSTATS_DEL(rx, dropped);
305 DEBUGFS_FWSTATS_DEL(rx, fcs_err);
306 DEBUGFS_FWSTATS_DEL(rx, xfr_hint_trig);
307 DEBUGFS_FWSTATS_DEL(rx, path_reset);
308 DEBUGFS_FWSTATS_DEL(rx, reset_counter);
310 DEBUGFS_FWSTATS_DEL(dma, rx_requested);
311 DEBUGFS_FWSTATS_DEL(dma, rx_errors);
312 DEBUGFS_FWSTATS_DEL(dma, tx_requested);
313 DEBUGFS_FWSTATS_DEL(dma, tx_errors);
315 DEBUGFS_FWSTATS_DEL(isr, cmd_cmplt);
316 DEBUGFS_FWSTATS_DEL(isr, fiqs);
317 DEBUGFS_FWSTATS_DEL(isr, rx_headers);
318 DEBUGFS_FWSTATS_DEL(isr, rx_mem_overflow);
319 DEBUGFS_FWSTATS_DEL(isr, rx_rdys);
320 DEBUGFS_FWSTATS_DEL(isr, irqs);
321 DEBUGFS_FWSTATS_DEL(isr, tx_procs);
322 DEBUGFS_FWSTATS_DEL(isr, decrypt_done);
323 DEBUGFS_FWSTATS_DEL(isr, dma0_done);
324 DEBUGFS_FWSTATS_DEL(isr, dma1_done);
325 DEBUGFS_FWSTATS_DEL(isr, tx_exch_complete);
326 DEBUGFS_FWSTATS_DEL(isr, commands);
327 DEBUGFS_FWSTATS_DEL(isr, rx_procs);
328 DEBUGFS_FWSTATS_DEL(isr, hw_pm_mode_changes);
329 DEBUGFS_FWSTATS_DEL(isr, host_acknowledges);
330 DEBUGFS_FWSTATS_DEL(isr, pci_pm);
331 DEBUGFS_FWSTATS_DEL(isr, wakeups);
332 DEBUGFS_FWSTATS_DEL(isr, low_rssi);
334 DEBUGFS_FWSTATS_DEL(wep, addr_key_count);
335 DEBUGFS_FWSTATS_DEL(wep, default_key_count);
337 DEBUGFS_FWSTATS_DEL(wep, key_not_found);
338 DEBUGFS_FWSTATS_DEL(wep, decrypt_fail);
339 DEBUGFS_FWSTATS_DEL(wep, packets);
340 DEBUGFS_FWSTATS_DEL(wep, interrupt);
342 DEBUGFS_FWSTATS_DEL(pwr, ps_enter);
343 DEBUGFS_FWSTATS_DEL(pwr, elp_enter);
344 DEBUGFS_FWSTATS_DEL(pwr, missing_bcns);
345 DEBUGFS_FWSTATS_DEL(pwr, wake_on_host);
346 DEBUGFS_FWSTATS_DEL(pwr, wake_on_timer_exp);
347 DEBUGFS_FWSTATS_DEL(pwr, tx_with_ps);
348 DEBUGFS_FWSTATS_DEL(pwr, tx_without_ps);
349 DEBUGFS_FWSTATS_DEL(pwr, rcvd_beacons);
350 DEBUGFS_FWSTATS_DEL(pwr, power_save_off);
351 DEBUGFS_FWSTATS_DEL(pwr, enable_ps);
352 DEBUGFS_FWSTATS_DEL(pwr, disable_ps);
353 DEBUGFS_FWSTATS_DEL(pwr, fix_tsf_ps);
355 DEBUGFS_FWSTATS_DEL(pwr, rcvd_awake_beacons);
357 DEBUGFS_FWSTATS_DEL(mic, rx_pkts);
358 DEBUGFS_FWSTATS_DEL(mic, calc_failure);
360 DEBUGFS_FWSTATS_DEL(aes, encrypt_fail);
361 DEBUGFS_FWSTATS_DEL(aes, decrypt_fail);
362 DEBUGFS_FWSTATS_DEL(aes, encrypt_packets);
363 DEBUGFS_FWSTATS_DEL(aes, decrypt_packets);
364 DEBUGFS_FWSTATS_DEL(aes, encrypt_interrupt);
365 DEBUGFS_FWSTATS_DEL(aes, decrypt_interrupt);
367 DEBUGFS_FWSTATS_DEL(event, heart_beat);
368 DEBUGFS_FWSTATS_DEL(event, calibration);
369 DEBUGFS_FWSTATS_DEL(event, rx_mismatch);
370 DEBUGFS_FWSTATS_DEL(event, rx_mem_empty);
371 DEBUGFS_FWSTATS_DEL(event, rx_pool);
372 DEBUGFS_FWSTATS_DEL(event, oom_late);
373 DEBUGFS_FWSTATS_DEL(event, phy_transmit_error);
374 DEBUGFS_FWSTATS_DEL(event, tx_stuck);
376 DEBUGFS_FWSTATS_DEL(ps, pspoll_timeouts);
377 DEBUGFS_FWSTATS_DEL(ps, upsd_timeouts);
378 DEBUGFS_FWSTATS_DEL(ps, upsd_max_sptime);
379 DEBUGFS_FWSTATS_DEL(ps, upsd_max_apturn);
380 DEBUGFS_FWSTATS_DEL(ps, pspoll_max_apturn);
381 DEBUGFS_FWSTATS_DEL(ps, pspoll_utilization);
382 DEBUGFS_FWSTATS_DEL(ps, upsd_utilization);
384 DEBUGFS_FWSTATS_DEL(rxpipe, rx_prep_beacon_drop);
385 DEBUGFS_FWSTATS_DEL(rxpipe, descr_host_int_trig_rx_data);
386 DEBUGFS_FWSTATS_DEL(rxpipe, beacon_buffer_thres_host_int_trig_rx_data);
387 DEBUGFS_FWSTATS_DEL(rxpipe, missed_beacon_host_int_trig_rx_data);
388 DEBUGFS_FWSTATS_DEL(rxpipe, tx_xfr_host_int_trig_rx_data);