Searched refs:rxpipe (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/ti/wl12xx/ |
D | debugfs.c | 118 WL12XX_DEBUGFS_FWSTATS_FILE(rxpipe, rx_prep_beacon_drop, "%u"); 119 WL12XX_DEBUGFS_FWSTATS_FILE(rxpipe, descr_host_int_trig_rx_data, "%u"); 120 WL12XX_DEBUGFS_FWSTATS_FILE(rxpipe, beacon_buffer_thres_host_int_trig_rx_data, 122 WL12XX_DEBUGFS_FWSTATS_FILE(rxpipe, missed_beacon_host_int_trig_rx_data, "%u"); 123 WL12XX_DEBUGFS_FWSTATS_FILE(rxpipe, tx_xfr_host_int_trig_rx_data, "%u"); 228 DEBUGFS_FWSTATS_ADD(rxpipe, rx_prep_beacon_drop); in wl12xx_debugfs_add_files() 229 DEBUGFS_FWSTATS_ADD(rxpipe, descr_host_int_trig_rx_data); in wl12xx_debugfs_add_files() 230 DEBUGFS_FWSTATS_ADD(rxpipe, beacon_buffer_thres_host_int_trig_rx_data); in wl12xx_debugfs_add_files() 231 DEBUGFS_FWSTATS_ADD(rxpipe, missed_beacon_host_int_trig_rx_data); in wl12xx_debugfs_add_files() 232 DEBUGFS_FWSTATS_ADD(rxpipe, tx_xfr_host_int_trig_rx_data); in wl12xx_debugfs_add_files()
|
D | acx.h | 268 struct wl12xx_acx_rxpipe_statistics rxpipe; member
|
/drivers/net/wireless/ti/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/media/rc/ |
D | redrat3.c | 505 int rc, rxpipe, txpipe; in redrat3_reset() local 509 rxpipe = usb_rcvctrlpipe(udev, 0); in redrat3_reset() 519 rc = usb_control_msg(udev, rxpipe, RR3_RESET, in redrat3_reset()
|