Home
last modified time | relevance | path

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

/dpdk/drivers/net/i40e/
H A Di40e_hash.c1244 struct i40e_rte_flow_rss_conf *new_conf; in i40e_hash_filter_create() local
1253 new_conf = &filter->rss_filter_info; in i40e_hash_filter_create()
1255 memcpy(new_conf, rss_conf, sizeof(*new_conf)); in i40e_hash_filter_create()
1256 if (new_conf->conf.queue_num) in i40e_hash_filter_create()
1257 new_conf->conf.queue = new_conf->queue; in i40e_hash_filter_create()
1258 if (new_conf->conf.key_len) in i40e_hash_filter_create()
1259 new_conf->conf.key = new_conf->key; in i40e_hash_filter_create()
1261 ret = i40e_hash_config(pf, new_conf); in i40e_hash_filter_create()
1273 i40e_invalid_rss_filter(new_conf, &prev->rss_filter_info); in i40e_hash_filter_create()