Home
last modified time | relevance | path

Searched refs:driver_watchdog_timeout (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/infiniband/hw/efa/
H A Defa_com_cmd.h151 u16 driver_watchdog_timeout; member
H A Defa_admin_cmds_defs.h844 u16 driver_watchdog_timeout; member
H A Defa_com_cmd.c554 result->driver_watchdog_timeout = resp.u.hw_hints.driver_watchdog_timeout; in efa_com_get_hw_hints()
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c3664 if (hints->driver_watchdog_timeout) { in ena_update_hints()
3665 if (hints->driver_watchdog_timeout == ENA_HW_HINTS_NO_TIMEOUT) in ena_update_hints()
3669 msecs_to_jiffies(hints->driver_watchdog_timeout); in ena_update_hints()