Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/pensando/ionic/
Dionic.h58 int watchdog_period; member
Dionic_dev.c20 round_jiffies(jiffies + ionic->watchdog_period)); in ionic_watchdog_cb()
94 ionic->watchdog_period = IONIC_WATCHDOG_SECS * HZ; in ionic_dev_setup()
96 round_jiffies(jiffies + ionic->watchdog_period)); in ionic_dev_setup()
114 if (time_before(hb_time, (idev->last_hb_time + ionic->watchdog_period))) in ionic_heartbeat_check()