Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/amd/pds_core/
H A Dmain.c30 round_jiffies(jiffies + pdsc->wdtimer_period)); in pdsc_wdtimer_cb()
242 pdsc->wdtimer_period = PDSC_WATCHDOG_SECS * HZ; in pdsc_init_pf()
289 mod_timer(&pdsc->wdtimer, round_jiffies(jiffies + pdsc->wdtimer_period)); in pdsc_init_pf()
H A Dcore.h171 unsigned int wdtimer_period; member