Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_ethtool.c373 int hash_opt_idx = fbnic_get_rss_hash_idx(cmd->flow_type); in fbnic_get_rss_hash_opts() local
375 if (hash_opt_idx < 0) in fbnic_get_rss_hash_opts()
379 cmd->data = fbn->rss_flow_hash[hash_opt_idx]; in fbnic_get_rss_hash_opts()
652 int hash_opt_idx; in fbnic_set_rss_hash_opts() local
655 hash_opt_idx = fbnic_get_rss_hash_idx(cmd->flow_type); in fbnic_set_rss_hash_opts()
656 if (hash_opt_idx < 0) in fbnic_set_rss_hash_opts()
661 (hash_opt_idx > FBNIC_L4_HASH_OPT && in fbnic_set_rss_hash_opts()
663 (hash_opt_idx > FBNIC_IP_HASH_OPT && in fbnic_set_rss_hash_opts()
667 fbn->rss_flow_hash[hash_opt_idx] = cmd->data; in fbnic_set_rss_hash_opts()