Searched refs:rxpipe (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/wl1251/ |
D | debugfs.c | 205 DEBUGFS_FWSTATS_FILE(rxpipe, rx_prep_beacon_drop, 20, "%u"); 206 DEBUGFS_FWSTATS_FILE(rxpipe, descr_host_int_trig_rx_data, 20, "%u"); 207 DEBUGFS_FWSTATS_FILE(rxpipe, beacon_buffer_thres_host_int_trig_rx_data, 209 DEBUGFS_FWSTATS_FILE(rxpipe, missed_beacon_host_int_trig_rx_data, 20, "%u"); 210 DEBUGFS_FWSTATS_FILE(rxpipe, tx_xfr_host_int_trig_rx_data, 20, "%u"); 345 DEBUGFS_FWSTATS_DEL(rxpipe, rx_prep_beacon_drop); in wl1251_debugfs_delete_files() 346 DEBUGFS_FWSTATS_DEL(rxpipe, descr_host_int_trig_rx_data); in wl1251_debugfs_delete_files() 347 DEBUGFS_FWSTATS_DEL(rxpipe, beacon_buffer_thres_host_int_trig_rx_data); in wl1251_debugfs_delete_files() 348 DEBUGFS_FWSTATS_DEL(rxpipe, missed_beacon_host_int_trig_rx_data); in wl1251_debugfs_delete_files() 349 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
|
/drivers/net/wireless/wl12xx/ |
D | debugfs.c | 214 DEBUGFS_FWSTATS_FILE(rxpipe, rx_prep_beacon_drop, "%u"); 215 DEBUGFS_FWSTATS_FILE(rxpipe, descr_host_int_trig_rx_data, "%u"); 216 DEBUGFS_FWSTATS_FILE(rxpipe, beacon_buffer_thres_host_int_trig_rx_data, "%u"); 217 DEBUGFS_FWSTATS_FILE(rxpipe, missed_beacon_host_int_trig_rx_data, "%u"); 218 DEBUGFS_FWSTATS_FILE(rxpipe, tx_xfr_host_int_trig_rx_data, "%u"); 1101 DEBUGFS_FWSTATS_ADD(rxpipe, rx_prep_beacon_drop); in wl1271_debugfs_add_files() 1102 DEBUGFS_FWSTATS_ADD(rxpipe, descr_host_int_trig_rx_data); in wl1271_debugfs_add_files() 1103 DEBUGFS_FWSTATS_ADD(rxpipe, beacon_buffer_thres_host_int_trig_rx_data); in wl1271_debugfs_add_files() 1104 DEBUGFS_FWSTATS_ADD(rxpipe, missed_beacon_host_int_trig_rx_data); in wl1271_debugfs_add_files() 1105 DEBUGFS_FWSTATS_ADD(rxpipe, tx_xfr_host_int_trig_rx_data); in wl1271_debugfs_add_files()
|
D | acx.h | 639 struct acx_rxpipe_statistics rxpipe; member
|
/drivers/media/rc/ |
D | redrat3.c | 649 int rc, rxpipe, txpipe; in redrat3_reset() local 655 rxpipe = usb_rcvctrlpipe(udev, 0); in redrat3_reset() 665 rc = usb_control_msg(udev, rxpipe, RR3_RESET, in redrat3_reset()
|