Searched refs:CMPL_BASE_V (Results 1 – 5 of 5) sorted by relevance
145 valid = !!(rte_le_to_cpu_32(c->info3_v) & CMPL_BASE_V); in bnxt_cpr_cmp_valid()
163 const __m128i info3_v_mask = _mm_set1_epi32(CMPL_BASE_V); in recv_burst_vec_sse()
171 const uint32x4_t info3_v_mask = vdupq_n_u32(CMPL_BASE_V); in recv_burst_vec_neon()
34 const __m256i info3_v_mask = _mm256_set1_epi32(CMPL_BASE_V); in recv_burst_vec_avx2()
3913 #define CMPL_BASE_V UINT32_C(0x1) macro