Searched refs:aenq_groups (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/ena/
H A Dena.c2815 uint32_t aenq_groups; local
2877 aenq_groups = BIT(ENA_ADMIN_LINK_CHANGE) |
2883 aenq_groups &= get_feat_ctx->aenq.supported_groups;
2884 rc = ena_com_set_aenq_config(ena_dev, aenq_groups);
2890 *wd_active = !!(aenq_groups & BIT(ENA_ADMIN_KEEP_ALIVE));

Completed in 54 milliseconds