Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h891 uint32_t selected_func; member
1725 return p->selected_func & ENA_ADMIN_FEATURE_RSS_FLOW_HASH_FUNCTION_SELECTED_FUNC_MASK; in get_ena_admin_feature_rss_flow_hash_function_selected_func()
1730 p->selected_func |= val & ENA_ADMIN_FEATURE_RSS_FLOW_HASH_FUNCTION_SELECTED_FUNC_MASK; in set_ena_admin_feature_rss_flow_hash_function_selected_func()
/freebsd/sys/contrib/ena-com/
H A Dena_com.c2876 cmd.u.flow_hash_func.selected_func = 1 << rss->hash_func; in ena_com_set_hash_function()
2970 rss->hash_func = ENA_FFS(get_resp.u.flow_hash_func.selected_func); in ena_com_get_hash_function()