Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amazon/ena/
A Dena_netdev.c3428 bool *wd_state) in ena_device_init() argument
3512 *wd_state = !!(aenq_groups & BIT(ENA_ADMIN_KEEP_ALIVE)); in ena_device_init()
3617 bool wd_state; in ena_restore_device() local
3621 rc = ena_device_init(ena_dev, adapter->pdev, &get_feat_ctx, &wd_state); in ena_restore_device()
3626 adapter->wd_state = wd_state; in ena_restore_device()
3887 if (!adapter->wd_state) in check_for_missing_keep_alive()
4234 bool wd_state; in ena_probe() local
4298 rc = ena_device_init(ena_dev, pdev, &get_feat_ctx, &wd_state); in ena_probe()
4353 adapter->wd_state = wd_state; in ena_probe()
A Dena_netdev.h373 bool wd_state; member

Completed in 13 milliseconds