Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/caif/
Dcaif_hsi.h170 struct timer_list rx_slowpath_timer; member
/Linux-v5.4/drivers/net/caif/
Dcaif_hsi.c741 struct cfhsi *cfhsi = from_timer(cfhsi, t, rx_slowpath_timer); in cfhsi_rx_slowpath()
1215 timer_setup(&cfhsi->rx_slowpath_timer, cfhsi_rx_slowpath, 0); in cfhsi_open()
1261 del_timer_sync(&cfhsi->rx_slowpath_timer); in cfhsi_close()