Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/efa/
Defa_com_cmd.h149 u16 driver_watchdog_timeout; member
Defa_admin_cmds_defs.h779 u16 driver_watchdog_timeout; member
Defa_com_cmd.c552 result->driver_watchdog_timeout = resp.u.hw_hints.driver_watchdog_timeout; in efa_com_get_hw_hints()
/linux-6.12.1/drivers/net/ethernet/amazon/ena/
Dena_admin_defs.h984 u16 driver_watchdog_timeout; member
Dena_netdev.c3650 if (hints->driver_watchdog_timeout) { in ena_update_hints()
3651 if (hints->driver_watchdog_timeout == ENA_HW_HINTS_NO_TIMEOUT) in ena_update_hints()
3655 msecs_to_jiffies(hints->driver_watchdog_timeout); in ena_update_hints()