Home
last modified time | relevance | path

Searched refs:watchdog_period (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H A Dionic.h58 int watchdog_period; member
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic.h63 int watchdog_period; member
H A Dionic_dev.c22 round_jiffies(jiffies + ionic->watchdog_period)); in ionic_watchdog_cb()
55 ionic->watchdog_period = IONIC_WATCHDOG_SECS * HZ; in ionic_watchdog_init()
59 idev->last_hb_time = jiffies - 2 * ionic->watchdog_period; in ionic_watchdog_init()
H A Dionic_bus_pci.c364 round_jiffies(jiffies + ionic->watchdog_period)); in ionic_probe()

Completed in 4 milliseconds