Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Ddev.h334 unsigned long sdio_throughput_timestamp; member
H A Ddev.c5264 sc->sdio_throughput_timestamp = jiffies;
5269 if (time_after(jiffies, sc->sdio_throughput_timestamp + msecs_to_jiffies(1000)))
5271 …_evt_size,(sc->sdio_rx_evt_size << 3) / jiffies_to_msecs(jiffies - sc->sdio_throughput_timestamp));
5272 sc->sdio_throughput_timestamp = jiffies;