Searched refs:wd_state (Results 1 – 2 of 2) sorted by relevance
3332 bool *wd_state) in ena_device_init() argument3416 *wd_state = !!(aenq_groups & BIT(ENA_ADMIN_KEEP_ALIVE)); in ena_device_init()3521 bool wd_state; in ena_restore_device() local3525 rc = ena_device_init(ena_dev, adapter->pdev, &get_feat_ctx, &wd_state); in ena_restore_device()3530 adapter->wd_state = wd_state; in ena_restore_device()3780 if (!adapter->wd_state) in check_for_missing_keep_alive()4133 bool wd_state; in ena_probe() local4179 rc = ena_device_init(ena_dev, pdev, &get_feat_ctx, &wd_state); in ena_probe()4252 adapter->wd_state = wd_state; in ena_probe()
379 bool wd_state; member