Searched refs:wd_state (Results 1 – 2 of 2) sorted by relevance
3031 bool *wd_state) in ena_device_init() argument3116 *wd_state = !!(aenq_groups & BIT(ENA_ADMIN_KEEP_ALIVE)); in ena_device_init()3225 bool wd_state; in ena_restore_device() local3228 rc = ena_device_init(adapter, adapter->pdev, &get_feat_ctx, &wd_state); in ena_restore_device()3233 adapter->wd_state = wd_state; in ena_restore_device()3499 if (!adapter->wd_state) in check_for_missing_keep_alive()3776 bool wd_state; in ena_probe() local3846 rc = ena_device_init(adapter, pdev, &get_feat_ctx, &wd_state); in ena_probe()3883 adapter->wd_state = wd_state; in ena_probe()
363 bool wd_state; member