Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.h264 bool wd_state; member
H A Dena_ethdev.c166 bool *wd_state);
1520 bool *wd_state) in ena_device_init() argument
1594 *wd_state = !!(aenq_groups & BIT(ENA_ADMIN_KEEP_ALIVE)); in ena_device_init()
1619 if (!adapter->wd_state) in check_for_missing_keep_alive()
1774 bool wd_state = false; in eth_ena_dev_init() local
1827 rc = ena_device_init(ena_dev, &get_feat_ctx, &wd_state); in eth_ena_dev_init()
1832 adapter->wd_state = wd_state; in eth_ena_dev_init()