Searched refs:rx_slowpath_timer (Results 1 – 2 of 2) sorted by relevance
170 struct timer_list rx_slowpath_timer; member
1222 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()