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