Searched refs:rxpipe (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/net/wireless/wl1251/ |
D | debugfs.c | 211 DEBUGFS_FWSTATS_FILE(rxpipe, rx_prep_beacon_drop, 20, "%u"); 212 DEBUGFS_FWSTATS_FILE(rxpipe, descr_host_int_trig_rx_data, 20, "%u"); 213 DEBUGFS_FWSTATS_FILE(rxpipe, beacon_buffer_thres_host_int_trig_rx_data, 215 DEBUGFS_FWSTATS_FILE(rxpipe, missed_beacon_host_int_trig_rx_data, 20, "%u"); 216 DEBUGFS_FWSTATS_FILE(rxpipe, tx_xfr_host_int_trig_rx_data, 20, "%u"); 351 DEBUGFS_FWSTATS_DEL(rxpipe, rx_prep_beacon_drop); in wl1251_debugfs_delete_files() 352 DEBUGFS_FWSTATS_DEL(rxpipe, descr_host_int_trig_rx_data); in wl1251_debugfs_delete_files() 353 DEBUGFS_FWSTATS_DEL(rxpipe, beacon_buffer_thres_host_int_trig_rx_data); in wl1251_debugfs_delete_files() 354 DEBUGFS_FWSTATS_DEL(rxpipe, missed_beacon_host_int_trig_rx_data); in wl1251_debugfs_delete_files() 355 DEBUGFS_FWSTATS_DEL(rxpipe, tx_xfr_host_int_trig_rx_data); in wl1251_debugfs_delete_files() [all …]
|
D | acx.h | 1087 struct acx_rxpipe_statistics rxpipe; member
|
/linux-2.6.39/drivers/net/wireless/wl12xx/ |
D | debugfs.c | 210 DEBUGFS_FWSTATS_FILE(rxpipe, rx_prep_beacon_drop, "%u"); 211 DEBUGFS_FWSTATS_FILE(rxpipe, descr_host_int_trig_rx_data, "%u"); 212 DEBUGFS_FWSTATS_FILE(rxpipe, beacon_buffer_thres_host_int_trig_rx_data, "%u"); 213 DEBUGFS_FWSTATS_FILE(rxpipe, missed_beacon_host_int_trig_rx_data, "%u"); 214 DEBUGFS_FWSTATS_FILE(rxpipe, tx_xfr_host_int_trig_rx_data, "%u"); 391 DEBUGFS_FWSTATS_ADD(rxpipe, rx_prep_beacon_drop); in wl1271_debugfs_add_files() 392 DEBUGFS_FWSTATS_ADD(rxpipe, descr_host_int_trig_rx_data); in wl1271_debugfs_add_files() 393 DEBUGFS_FWSTATS_ADD(rxpipe, beacon_buffer_thres_host_int_trig_rx_data); in wl1271_debugfs_add_files() 394 DEBUGFS_FWSTATS_ADD(rxpipe, missed_beacon_host_int_trig_rx_data); in wl1271_debugfs_add_files() 395 DEBUGFS_FWSTATS_ADD(rxpipe, tx_xfr_host_int_trig_rx_data); in wl1271_debugfs_add_files()
|
D | acx.h | 735 struct acx_rxpipe_statistics rxpipe; member
|