Searched refs:flow_tag (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx_vec_neon.h | 204 const uint32_t flow_tag = t_pkt->hash.fdir.hi; in rxq_cq_decompress_v() local 207 elts[pos]->hash.fdir.hi = flow_tag; in rxq_cq_decompress_v() 208 elts[pos + 1]->hash.fdir.hi = flow_tag; in rxq_cq_decompress_v() 209 elts[pos + 2]->hash.fdir.hi = flow_tag; in rxq_cq_decompress_v() 210 elts[pos + 3]->hash.fdir.hi = flow_tag; in rxq_cq_decompress_v() 393 uint32x4_t ptype_info, uint32x4_t flow_tag, in rxq_cq_to_ptype_oflags_v() argument 427 invalid_mask = vceqzq_u32(flow_tag); in rxq_cq_to_ptype_oflags_v() 435 vceqq_u32(flow_tag, ft_def))); in rxq_cq_to_ptype_oflags_v() 622 uint32x4_t ptype_info, flow_tag; in rxq_cq_process_v() local 732 [flow_tag]"=&w"(flow_tag) in rxq_cq_process_v() [all …]
|
| H A D | mlx5_rxtx_vec_sse.h | 189 const uint32_t flow_tag = t_pkt->hash.fdir.hi; in rxq_cq_decompress_v() local 192 elts[pos]->hash.fdir.hi = flow_tag; in rxq_cq_decompress_v() 193 elts[pos + 1]->hash.fdir.hi = flow_tag; in rxq_cq_decompress_v() 194 elts[pos + 2]->hash.fdir.hi = flow_tag; in rxq_cq_decompress_v() 195 elts[pos + 3]->hash.fdir.hi = flow_tag; in rxq_cq_decompress_v() 421 __m128i flow_tag, invalid_mask; in rxq_cq_to_ptype_oflags_v() local 423 flow_tag = _mm_and_si128(pinfo, pinfo_ft_mask); in rxq_cq_to_ptype_oflags_v() 425 invalid_mask = _mm_cmpeq_epi32(flow_tag, zero); in rxq_cq_to_ptype_oflags_v() 434 _mm_cmpeq_epi32(flow_tag, in rxq_cq_to_ptype_oflags_v()
|
| H A D | mlx5_rxtx_vec_altivec.h | 260 const uint32_t flow_tag = t_pkt->hash.fdir.hi; in rxq_cq_decompress_v() local 263 elts[pos]->hash.fdir.hi = flow_tag; in rxq_cq_decompress_v() 264 elts[pos + 1]->hash.fdir.hi = flow_tag; in rxq_cq_decompress_v() 265 elts[pos + 2]->hash.fdir.hi = flow_tag; in rxq_cq_decompress_v() 266 elts[pos + 3]->hash.fdir.hi = flow_tag; in rxq_cq_decompress_v() 611 vector unsigned char flow_tag, invalid_mask; in rxq_cq_to_ptype_oflags_v() local 613 flow_tag = (vector unsigned char) in rxq_cq_to_ptype_oflags_v() 619 vec_cmpeq((vector unsigned int)flow_tag, in rxq_cq_to_ptype_oflags_v() 638 vec_cmpeq((vector unsigned int)flow_tag, in rxq_cq_to_ptype_oflags_v()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | octeontx2.rst | 176 * ``rss_adder<7:0> = flow_tag<7:0> ^ flow_tag<15:8> ^ flow_tag<23:16> ^ flow_tag<31:24>`` 178 * ``rss_adder<7:0> = flow_tag<7:0>``
|
| /f-stack/dpdk/drivers/common/mlx5/ |
| H A D | mlx5_prm.h | 1498 u8 flow_tag[0x1]; member
|