Searched refs:flow_hash_func (Results 1 – 5 of 5) sorted by relevance
813 struct ena_admin_feature_rss_flow_hash_function flow_hash_func; member845 struct ena_admin_feature_rss_flow_hash_function flow_hash_func; member
2438 if (!(get_resp.u.flow_hash_func.supported_func & BIT(rss->hash_func))) { in ena_com_set_hash_function()2450 cmd.u.flow_hash_func.init_val = rss->hash_init_val; in ena_com_set_hash_function()2451 cmd.u.flow_hash_func.selected_func = 1 << rss->hash_func; in ena_com_set_hash_function()2500 if (!(BIT(func) & get_resp.u.flow_hash_func.supported_func)) { in ena_com_fill_hash_function()2555 rss->hash_func = ENA_FFS(get_resp.u.flow_hash_func.selected_func); in ena_com_get_hash_function()
1010 struct ena_admin_feature_rss_flow_hash_function flow_hash_func; member1046 struct ena_admin_feature_rss_flow_hash_function flow_hash_func; member
982 struct ena_admin_feature_rss_flow_hash_function flow_hash_func; member1018 struct ena_admin_feature_rss_flow_hash_function flow_hash_func; member
2320 if (!(get_resp.u.flow_hash_func.supported_func & BIT(rss->hash_func))) { in ena_com_set_hash_function()2332 cmd.u.flow_hash_func.init_val = rss->hash_init_val; in ena_com_set_hash_function()2333 cmd.u.flow_hash_func.selected_func = 1 << rss->hash_func; in ena_com_set_hash_function()2382 if (!(BIT(func) & get_resp.u.flow_hash_func.supported_func)) { in ena_com_fill_hash_function()2437 rss->hash_func = ENA_FFS(get_resp.u.flow_hash_func.selected_func); in ena_com_get_hash_function()