Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/caif/
Dcaif_hsi.h170 struct timer_list rx_slowpath_timer; member
/linux-4.1.27/drivers/net/caif/
Dcaif_hsi.c1222 init_timer(&cfhsi->rx_slowpath_timer); in cfhsi_open()
1223 cfhsi->rx_slowpath_timer.data = (unsigned long)cfhsi; in cfhsi_open()
1224 cfhsi->rx_slowpath_timer.function = cfhsi_rx_slowpath; in cfhsi_open()
1275 del_timer_sync(&cfhsi->rx_slowpath_timer); in cfhsi_close()