Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev.c12510 } inset_match_table[] = { in i40e_rss_conf_hash_inset() local
12612 for (j = 0; j < RTE_DIM(inset_match_table); j++) { in i40e_rss_conf_hash_inset()
12613 if ((types & inset_match_table[j].type) == in i40e_rss_conf_hash_inset()
12614 inset_match_table[j].type) { in i40e_rss_conf_hash_inset()
12615 if (inset_match_table[j].field == in i40e_rss_conf_hash_inset()
12620 inset_match_table[j].field; in i40e_rss_conf_hash_inset()