• 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

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