Home
last modified time | relevance | path

Searched refs:watchdog_period (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic.h68 int watchdog_period; member
H A Dionic_dev.c22 round_jiffies(jiffies + ionic->watchdog_period)); in ionic_watchdog_cb()
143 ionic->watchdog_period = IONIC_WATCHDOG_SECS * HZ; in ionic_watchdog_init()
147 idev->last_hb_time = jiffies - 2 * ionic->watchdog_period; in ionic_watchdog_init()
H A Dionic_bus_pci.c379 round_jiffies(jiffies + ionic->watchdog_period)); in ionic_probe()