Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/efa/
Defa_com_cmd.h135 u16 driver_watchdog_timeout; member
Defa_admin_cmds_defs.h633 u16 driver_watchdog_timeout; member
Defa_com_cmd.c521 result->driver_watchdog_timeout = resp.u.hw_hints.driver_watchdog_timeout; in efa_com_get_hw_hints()
/Linux-v5.4/drivers/net/ethernet/amazon/ena/
Dena_admin_defs.h852 u16 driver_watchdog_timeout; member
Dena_netdev.c3089 if (hints->driver_watchdog_timeout) { in ena_update_hints()
3090 if (hints->driver_watchdog_timeout == ENA_HW_HINTS_NO_TIMEOUT) in ena_update_hints()
3094 msecs_to_jiffies(hints->driver_watchdog_timeout); in ena_update_hints()