Lines Matching refs:new_key
582 const uint8_t *new_key; in test_predictable_rss_min_seq() local
602 new_key = rte_thash_get_key(ctx); in test_predictable_rss_min_seq()
611 RTE_THASH_V4_L4_LEN, new_key); in test_predictable_rss_min_seq()
619 RTE_THASH_V4_L4_LEN, new_key); in test_predictable_rss_min_seq()
660 const uint8_t *new_key; in test_predictable_rss_multirange() local
683 new_key = rte_thash_get_key(ctx); in test_predictable_rss_multirange()
699 hashes[i] = rte_softrss(ptr, 4, new_key); in test_predictable_rss_multirange()
711 adj_hashes[i] = rte_softrss(ptr, 4, new_key); in test_predictable_rss_multirange()
735 const uint8_t *new_key; in test_adjust_tuple() local
758 new_key = rte_thash_get_key(ctx); in test_adjust_tuple()
771 hash = rte_softrss(tmp_tuple, TUPLE_SZ / 4, new_key); in test_adjust_tuple()
798 hash = rte_softrss(tmp_tuple, TUPLE_SZ / 4, new_key); in test_adjust_tuple()