Searched refs:pt_idx2 (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx_vec_neon.h | 418 uint8_t pt_idx0, pt_idx1, pt_idx2, pt_idx3; in rxq_cq_to_ptype_oflags_v() local 453 pt_idx2 = vget_lane_u8(vreinterpret_u8_u16(ptype), 2); in rxq_cq_to_ptype_oflags_v() 459 pkts[2]->packet_type = mlx5_ptype_table[pt_idx2] | in rxq_cq_to_ptype_oflags_v() 460 !!(pt_idx2 & (1 << 6)) * rxq->tunnel; in rxq_cq_to_ptype_oflags_v()
|
| H A D | mlx5_rxtx_vec_sse.h | 407 uint8_t pt_idx0, pt_idx1, pt_idx2, pt_idx3; in rxq_cq_to_ptype_oflags_v() local 461 pt_idx2 = _mm_extract_epi8(ptype, 4); in rxq_cq_to_ptype_oflags_v() 467 pkts[2]->packet_type = mlx5_ptype_table[pt_idx2] | in rxq_cq_to_ptype_oflags_v() 468 !!(pt_idx2 & (1 << 6)) * rxq->tunnel; in rxq_cq_to_ptype_oflags_v()
|
| H A D | mlx5_rxtx_vec_altivec.h | 575 uint8_t pt_idx0, pt_idx1, pt_idx2, pt_idx3; in rxq_cq_to_ptype_oflags_v() local 683 pt_idx2 = (uint8_t)((vector unsigned char)ptype)[4]; in rxq_cq_to_ptype_oflags_v() 690 pkts[2]->packet_type = mlx5_ptype_table[pt_idx2] | in rxq_cq_to_ptype_oflags_v() 691 !!(pt_idx2 & (1 << 6)) * rxq->tunnel; in rxq_cq_to_ptype_oflags_v()
|