Home
last modified time | relevance | path

Searched refs:wd_state (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c3090 bool *wd_state) in ena_device_init() argument
3176 *wd_state = !!(aenq_groups & BIT(ENA_ADMIN_KEEP_ALIVE)); in ena_device_init()
3292 bool wd_state; in ena_restore_device() local
3295 rc = ena_device_init(adapter, adapter->pdev, &get_feat_ctx, &wd_state); in ena_restore_device()
3300 adapter->wd_state = wd_state; in ena_restore_device()
3593 if (!adapter->wd_state) in check_for_missing_keep_alive()
3870 bool wd_state; in ena_probe() local
3946 rc = ena_device_init(adapter, pdev, &get_feat_ctx, &wd_state); in ena_probe()
3983 adapter->wd_state = wd_state; in ena_probe()
H A Dena_netdev.h368 bool wd_state; member