Lines Matching refs:rss_l3l4
115 uint32_t rss_l3, rss_l3l4; in test_toeplitz_hash_calc() local
132 rss_l3l4 = rte_softrss((uint32_t *)&tuple, in test_toeplitz_hash_calc()
135 (rss_l3l4 != v4_tbl[i].hash_l3l4)) in test_toeplitz_hash_calc()
140 rss_l3l4 = rte_softrss_be((uint32_t *)&tuple, in test_toeplitz_hash_calc()
143 (rss_l3l4 != v4_tbl[i].hash_l3l4)) in test_toeplitz_hash_calc()
159 rss_l3l4 = rte_softrss((uint32_t *)&tuple, in test_toeplitz_hash_calc()
162 (rss_l3l4 != v6_tbl[i].hash_l3l4)) in test_toeplitz_hash_calc()
167 rss_l3l4 = rte_softrss_be((uint32_t *)&tuple, in test_toeplitz_hash_calc()
170 (rss_l3l4 != v6_tbl[i].hash_l3l4)) in test_toeplitz_hash_calc()
181 uint32_t rss_l3, rss_l3l4; in test_toeplitz_hash_gfni() local
199 rss_l3l4 = rte_thash_gfni(rss_key_matrixes, (uint8_t *)&tuple, in test_toeplitz_hash_gfni()
202 (rss_l3l4 != v4_tbl[i].hash_l3l4)) in test_toeplitz_hash_gfni()
215 rss_l3l4 = rte_thash_gfni(rss_key_matrixes, (uint8_t *)&tuple, in test_toeplitz_hash_gfni()
218 (rss_l3l4 != v6_tbl[i].hash_l3l4)) in test_toeplitz_hash_gfni()