Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
Dena_admin_defs.h964 struct ena_admin_feature_rss_flow_hash_function flow_hash_func; member
996 struct ena_admin_feature_rss_flow_hash_function flow_hash_func; member
Dena_com.c2265 if (!(get_resp.u.flow_hash_func.supported_func & BIT(rss->hash_func))) { in ena_com_set_hash_function()
2277 cmd.u.flow_hash_func.init_val = rss->hash_init_val; in ena_com_set_hash_function()
2278 cmd.u.flow_hash_func.selected_func = 1 << rss->hash_func; in ena_com_set_hash_function()
2327 if (!(BIT(func) & get_resp.u.flow_hash_func.supported_func)) { in ena_com_fill_hash_function()
2382 rss->hash_func = ffs(get_resp.u.flow_hash_func.selected_func); in ena_com_get_hash_function()