Searched refs:hash_opt_idx (Results 1 – 1 of 1) sorted by relevance
1396 int hash_opt_idx = fbnic_get_rss_hash_idx(cmd->flow_type); in fbnic_get_rss_hash_opts() local1399 if (hash_opt_idx < 0) in fbnic_get_rss_hash_opts()1403 cmd->data = fbn->rss_flow_hash[hash_opt_idx]; in fbnic_get_rss_hash_opts()1421 int hash_opt_idx; in fbnic_set_rss_hash_opts() local1424 hash_opt_idx = fbnic_get_rss_hash_idx(cmd->flow_type); in fbnic_set_rss_hash_opts()1425 if (hash_opt_idx < 0) in fbnic_set_rss_hash_opts()1430 (hash_opt_idx > FBNIC_L4_HASH_OPT && in fbnic_set_rss_hash_opts()1432 (hash_opt_idx > FBNIC_IP_HASH_OPT && in fbnic_set_rss_hash_opts()1436 fbn->rss_flow_hash[hash_opt_idx] = cmd->data; in fbnic_set_rss_hash_opts()