Home
last modified time | relevance | path

Searched refs:pt_idx0 (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
451 pt_idx0 = vget_lane_u8(vreinterpret_u8_u16(ptype), 6); in rxq_cq_to_ptype_oflags_v()
455 pkts[0]->packet_type = mlx5_ptype_table[pt_idx0] | in rxq_cq_to_ptype_oflags_v()
456 !!(pt_idx0 & (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
459 pt_idx0 = _mm_extract_epi8(ptype, 0); in rxq_cq_to_ptype_oflags_v()
463 pkts[0]->packet_type = mlx5_ptype_table[pt_idx0] | in rxq_cq_to_ptype_oflags_v()
464 !!(pt_idx0 & (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
681 pt_idx0 = (uint8_t)((vector unsigned char)ptype)[0]; in rxq_cq_to_ptype_oflags_v()
686 pkts[0]->packet_type = mlx5_ptype_table[pt_idx0] | in rxq_cq_to_ptype_oflags_v()
687 !!(pt_idx0 & (1 << 6)) * rxq->tunnel; in rxq_cq_to_ptype_oflags_v()