Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx_vec_neon.h418 uint8_t pt_idx0, pt_idx1, pt_idx2, pt_idx3; in rxq_cq_to_ptype_oflags_v() local
454 pt_idx3 = vget_lane_u8(vreinterpret_u8_u16(ptype), 0); in rxq_cq_to_ptype_oflags_v()
461 pkts[3]->packet_type = mlx5_ptype_table[pt_idx3] | in rxq_cq_to_ptype_oflags_v()
462 !!(pt_idx3 & (1 << 6)) * rxq->tunnel; in rxq_cq_to_ptype_oflags_v()
H A Dmlx5_rxtx_vec_sse.h407 uint8_t pt_idx0, pt_idx1, pt_idx2, pt_idx3; in rxq_cq_to_ptype_oflags_v() local
462 pt_idx3 = _mm_extract_epi8(ptype, 6); in rxq_cq_to_ptype_oflags_v()
469 pkts[3]->packet_type = mlx5_ptype_table[pt_idx3] | in rxq_cq_to_ptype_oflags_v()
470 !!(pt_idx3 & (1 << 6)) * rxq->tunnel; in rxq_cq_to_ptype_oflags_v()
H A Dmlx5_rxtx_vec_altivec.h575 uint8_t pt_idx0, pt_idx1, pt_idx2, pt_idx3; in rxq_cq_to_ptype_oflags_v() local
684 pt_idx3 = (uint8_t)((vector unsigned char)ptype)[6]; in rxq_cq_to_ptype_oflags_v()
692 pkts[3]->packet_type = mlx5_ptype_table[pt_idx3] | in rxq_cq_to_ptype_oflags_v()
693 !!(pt_idx3 & (1 << 6)) * rxq->tunnel; in rxq_cq_to_ptype_oflags_v()