Searched refs:rss_old (Results 1 – 1 of 1) sorted by relevance
1547 struct iavf_adv_rss *rss_old, *rss_new; in iavf_set_adv_rss_hash_opt() local1583 rss_old = iavf_find_adv_rss_cfg_by_hdrs(adapter, hdrs); in iavf_set_adv_rss_hash_opt()1584 if (rss_old) { in iavf_set_adv_rss_hash_opt()1585 if (rss_old->state != IAVF_ADV_RSS_ACTIVE) { in iavf_set_adv_rss_hash_opt()1587 } else if (rss_old->hash_flds != hash_flds) { in iavf_set_adv_rss_hash_opt()1588 rss_old->state = IAVF_ADV_RSS_ADD_REQUEST; in iavf_set_adv_rss_hash_opt()1589 rss_old->hash_flds = hash_flds; in iavf_set_adv_rss_hash_opt()1590 memcpy(&rss_old->cfg_msg, &rss_new->cfg_msg, in iavf_set_adv_rss_hash_opt()