Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/efa/
H A Defa_com_cmd.h139 u16 driver_watchdog_timeout; member
H A Defa_admin_cmds_defs.h701 u16 driver_watchdog_timeout; member
H A Defa_com_cmd.c517 result->driver_watchdog_timeout = resp.u.hw_hints.driver_watchdog_timeout; in efa_com_get_hw_hints()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amazon/ena/
H A Dena_admin_defs.h902 u16 driver_watchdog_timeout; member
H A Dena_netdev.c3847 if (hints->driver_watchdog_timeout) { in ena_update_hints()
3848 if (hints->driver_watchdog_timeout == ENA_HW_HINTS_NO_TIMEOUT) in ena_update_hints()
3852 msecs_to_jiffies(hints->driver_watchdog_timeout); in ena_update_hints()