Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/amazon/ena/
Dena_netdev.c3632 bool *wd_state) in ena_device_init() argument
3717 *wd_state = !!(aenq_groups & BIT(ENA_ADMIN_KEEP_ALIVE)); in ena_device_init()
3826 bool wd_state; in ena_restore_device() local
3829 rc = ena_device_init(adapter, adapter->pdev, &get_feat_ctx, &wd_state); in ena_restore_device()
3834 adapter->wd_state = wd_state; in ena_restore_device()
4097 if (!adapter->wd_state) in check_for_missing_keep_alive()
4374 bool wd_state; in ena_probe() local
4444 rc = ena_device_init(adapter, pdev, &get_feat_ctx, &wd_state); in ena_probe()
4481 adapter->wd_state = wd_state; in ena_probe()
Dena_netdev.h377 bool wd_state; member