Home
last modified time | relevance | path

Searched refs:wd_active (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ena/
H A Dena.c2930 struct ena_com_dev_get_features_ctx *get_feat_ctx, int *wd_active) in ena_device_init() argument
3012 *wd_active = !!(aenq_groups & BIT(ENA_ADMIN_KEEP_ALIVE)); in ena_device_init()
3096 if (adapter->wd_active == 0) in check_for_missing_keep_alive()
3610 int wd_active; in ena_restore_device() local
3615 rc = ena_device_init(adapter, dev, &get_feat_ctx, &wd_active); in ena_restore_device()
3624 if (adapter->wd_active != 0) in ena_restore_device()
3625 adapter->wd_active = wd_active; in ena_restore_device()
3847 rc = ena_device_init(adapter, pdev, &get_feat_ctx, &adapter->wd_active); in ena_attach()
H A Dena.h503 int wd_active; member
H A Dena_sysctl.c215 &adapter->wd_active, 0, "Watchdog is active"); in ena_sysctl_add_wd()