Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/amazon/ena/
Dena_netdev.c2392 bool *wd_state) in ena_device_init() argument
2482 *wd_state = !!(aenq_groups & BIT(ENA_ADMIN_KEEP_ALIVE)); in ena_device_init()
2581 bool wd_state; in ena_restore_device() local
2585 rc = ena_device_init(ena_dev, adapter->pdev, &get_feat_ctx, &wd_state); in ena_restore_device()
2590 adapter->wd_state = wd_state; in ena_restore_device()
2839 if (!adapter->wd_state) in check_for_missing_keep_alive()
3170 bool wd_state; in ena_probe() local
3210 rc = ena_device_init(ena_dev, pdev, &get_feat_ctx, &wd_state); in ena_probe()
3277 adapter->wd_state = wd_state; in ena_probe()
Dena_netdev.h337 bool wd_state; member