Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/neterion/
H A Ds2io.h900 struct work_struct rst_timer_task; member
H A Ds2io.c4645 schedule_work(&sp->rst_timer_task); in s2io_handle_errors()
7220 struct s2io_nic *sp = container_of(work, struct s2io_nic, rst_timer_task); in s2io_restart_nic()
7259 schedule_work(&sp->rst_timer_task); in s2io_tx_watchdog()
7866 INIT_WORK(&sp->rst_timer_task, s2io_restart_nic); in s2io_init_nic()
8149 cancel_work_sync(&sp->rst_timer_task); in s2io_rem_nic()