Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h886 uint32_t supported_func; member
1715 return p->supported_func & ENA_ADMIN_FEATURE_RSS_FLOW_HASH_FUNCTION_FUNCS_MASK; in get_ena_admin_feature_rss_flow_hash_function_funcs()
1720 p->supported_func |= val & ENA_ADMIN_FEATURE_RSS_FLOW_HASH_FUNCTION_FUNCS_MASK; in set_ena_admin_feature_rss_flow_hash_function_funcs()
/freebsd/sys/contrib/ena-com/
H A Dena_com.c2863 if (!(get_resp.u.flow_hash_func.supported_func & BIT(rss->hash_func))) { in ena_com_set_hash_function()
2925 if (!(BIT(func) & get_resp.u.flow_hash_func.supported_func)) { in ena_com_fill_hash_function()