Home
last modified time | relevance | path

Searched refs:pt_idx1 (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
452 pt_idx1 = vget_lane_u8(vreinterpret_u8_u16(ptype), 4); in rxq_cq_to_ptype_oflags_v()
457 pkts[1]->packet_type = mlx5_ptype_table[pt_idx1] | in rxq_cq_to_ptype_oflags_v()
458 !!(pt_idx1 & (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
460 pt_idx1 = _mm_extract_epi8(ptype, 2); in rxq_cq_to_ptype_oflags_v()
465 pkts[1]->packet_type = mlx5_ptype_table[pt_idx1] | in rxq_cq_to_ptype_oflags_v()
466 !!(pt_idx1 & (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
682 pt_idx1 = (uint8_t)((vector unsigned char)ptype)[2]; in rxq_cq_to_ptype_oflags_v()
688 pkts[1]->packet_type = mlx5_ptype_table[pt_idx1] | in rxq_cq_to_ptype_oflags_v()
689 !!(pt_idx1 & (1 << 6)) * rxq->tunnel; in rxq_cq_to_ptype_oflags_v()