Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/hw/efa/
Defa_com_cmd.h147 u16 driver_watchdog_timeout; member
Defa_admin_cmds_defs.h745 u16 driver_watchdog_timeout; member
Defa_com_cmd.c539 result->driver_watchdog_timeout = resp.u.hw_hints.driver_watchdog_timeout; in efa_com_get_hw_hints()
/linux-6.6.21/drivers/net/ethernet/amazon/ena/
Dena_admin_defs.h912 u16 driver_watchdog_timeout; member
Dena_netdev.c4153 if (hints->driver_watchdog_timeout) { in ena_update_hints()
4154 if (hints->driver_watchdog_timeout == ENA_HW_HINTS_NO_TIMEOUT) in ena_update_hints()
4158 msecs_to_jiffies(hints->driver_watchdog_timeout); in ena_update_hints()