Home
last modified time | relevance | path

Searched refs:hash_func (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/fs/orangefs/
Ddevorangefs-req.c43 static int hash_func(__u64 tag, int table_size) in hash_func() function
50 int index = hash_func(op->tag, hash_table_size); in orangefs_devreq_add_op()
64 index = hash_func(tag, hash_table_size); in orangefs_devreq_remove_op()
/linux-6.1.9/drivers/net/ethernet/amazon/ena/
Dena_com.c1085 return ena_dev->rss.hash_func; in ena_com_get_current_hash_function()
2333 if (!(get_resp.u.flow_hash_func.supported_func & BIT(rss->hash_func))) { in ena_com_set_hash_function()
2336 rss->hash_func); in ena_com_set_hash_function()
2347 cmd.u.flow_hash_func.selected_func = 1 << rss->hash_func; in ena_com_set_hash_function()
2367 rss->hash_func, ret); in ena_com_set_hash_function()
2415 old_func = rss->hash_func; in ena_com_fill_hash_function()
2416 rss->hash_func = func; in ena_com_fill_hash_function()
2421 rss->hash_func = old_func; in ena_com_fill_hash_function()
2444 rss->hash_func = ffs(get_resp.u.flow_hash_func.selected_func); in ena_com_get_hash_function()
2445 if (rss->hash_func) in ena_com_get_hash_function()
[all …]
Dena_com.h275 enum ena_admin_hash_functions hash_func; member