Searched refs:rss_old (Results 1 – 1 of 1) sorted by relevance
1604 struct iavf_adv_rss *rss_old, *rss_new; in iavf_set_adv_rss_hash_opt() local1640 rss_old = iavf_find_adv_rss_cfg_by_hdrs(adapter, hdrs); in iavf_set_adv_rss_hash_opt()1641 if (rss_old) { in iavf_set_adv_rss_hash_opt()1642 if (rss_old->state != IAVF_ADV_RSS_ACTIVE) { in iavf_set_adv_rss_hash_opt()1644 } else if (rss_old->hash_flds != hash_flds) { in iavf_set_adv_rss_hash_opt()1645 rss_old->state = IAVF_ADV_RSS_ADD_REQUEST; in iavf_set_adv_rss_hash_opt()1646 rss_old->hash_flds = hash_flds; in iavf_set_adv_rss_hash_opt()1647 memcpy(&rss_old->cfg_msg, &rss_new->cfg_msg, in iavf_set_adv_rss_hash_opt()