Home
last modified time | relevance | path

Searched refs:isr_rx_io_time (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/hci/
H A Dssv_hci.c488 hctl->isr_rx_io_time += timespec_to_ns(&rx_io_diff_time); in _do_rx()
574 ctrl_hci->isr_rx_io_time += timespec_to_ns(&rx_io_diff_time); in ssv6xxx_hci_rx_work()
602 ctrl_hci->isr_rx_io_time = 0; in ssv6xxx_isr_mib_reset()
660 debugfs_create_u64("rx_io_time", 00444, ctrl_hci->debugfs_dir, &ctrl_hci->isr_rx_io_time); in ssv6xxx_hci_init_debugfs()
1092 ctrl_hci->isr_rx_io_time = 0; in ssv6xxx_hci_register()
H A Dhctrl.h83 long long isr_rx_io_time; member