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

/freebsd-12-stable/sys/contrib/ena-com/
H A Dena_admin_defs.h603 uint32_t supported_func; member in struct:ena_admin_feature_rss_flow_hash_function
1303 return p->supported_func & ENA_ADMIN_FEATURE_RSS_FLOW_HASH_FUNCTION_FUNCS_MASK;
1308 p->supported_func |= val & ENA_ADMIN_FEATURE_RSS_FLOW_HASH_FUNCTION_FUNCS_MASK;
H A Dena_com.c2438 if (!(get_resp.u.flow_hash_func.supported_func & BIT(rss->hash_func))) {
2500 if (!(BIT(func) & get_resp.u.flow_hash_func.supported_func)) {
/freebsd-12-stable/sys/contrib/ena-com/ena_defs/
H A Dena_admin_defs.h770 uint32_t supported_func; member in struct:ena_admin_feature_rss_flow_hash_function
1524 return p->supported_func & ENA_ADMIN_FEATURE_RSS_FLOW_HASH_FUNCTION_FUNCS_MASK;
1529 p->supported_func |= val & ENA_ADMIN_FEATURE_RSS_FLOW_HASH_FUNCTION_FUNCS_MASK;

Completed in 529 milliseconds