Searched refs:ol_flags_hi (Results 1 – 1 of 1) sorted by relevance
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_rxtx_vec_avx2.c | 77 __m256i ol_flags, ol_flags_hi; in recv_burst_vec_avx2() local 295 ol_flags_hi = _mm256_permute2f128_si256(ol_flags, in recv_burst_vec_avx2() 303 _mm256_slli_si256(ol_flags_hi, 8), in recv_burst_vec_avx2() 309 _mm256_slli_si256(ol_flags_hi, 4), in recv_burst_vec_avx2() 330 rearm5 = _mm256_blend_epi32(rearm5, ol_flags_hi, 0x04); in recv_burst_vec_avx2() 335 _mm256_srli_si256(ol_flags_hi, 4), in recv_burst_vec_avx2()
|