Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec_neon.h227 uint32x4_t fdir_id_flags = in rxq_cq_decompress_v() local
247 fdir_id_flags = vbicq_u32(fdir_id_flags, in rxq_cq_decompress_v()
251 vbicq_u32(fdir_id_flags, in rxq_cq_decompress_v()
423 uint32x4_t fdir_id_flags = vdupq_n_u32(PKT_RX_FDIR_ID); in rxq_cq_to_ptype_oflags_v() local
431 fdir_id_flags = vbicq_u32(fdir_id_flags, invalid_mask); in rxq_cq_to_ptype_oflags_v()
434 vbicq_u32(fdir_id_flags, in rxq_cq_to_ptype_oflags_v()
H A Dmlx5_rxtx_vec_sse.h211 __m128i fdir_id_flags = in rxq_cq_decompress_v() local
231 fdir_id_flags = _mm_andnot_si128(invalid_mask, in rxq_cq_decompress_v()
232 fdir_id_flags); in rxq_cq_decompress_v()
237 fdir_id_flags)); in rxq_cq_decompress_v()
420 __m128i fdir_id_flags = _mm_set1_epi32(PKT_RX_FDIR_ID); in rxq_cq_to_ptype_oflags_v() local
430 fdir_id_flags = _mm_andnot_si128(invalid_mask, fdir_id_flags); in rxq_cq_to_ptype_oflags_v()
436 fdir_id_flags)); in rxq_cq_to_ptype_oflags_v()
H A Dmlx5_rxtx_vec_altivec.h295 vector unsigned char fdir_id_flags = in rxq_cq_decompress_v()
335 fdir_id_flags = (vector unsigned char) in rxq_cq_decompress_v()
337 fdir_id_flags, in rxq_cq_decompress_v()
345 fdir_id_flags, in rxq_cq_decompress_v()
607 vector unsigned char fdir_id_flags = in rxq_cq_to_ptype_oflags_v()
628 fdir_id_flags = (vector unsigned char) in rxq_cq_to_ptype_oflags_v()
629 vec_andc((vector unsigned long)fdir_id_flags, in rxq_cq_to_ptype_oflags_v()
636 vec_andc((vector unsigned long)fdir_id_flags, in rxq_cq_to_ptype_oflags_v()