Home
last modified time | relevance | path

Searched refs:prf (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5.c888 return !!prf->obj; in mlx5_flex_parser_ecpri_exist()
940 if (!prf->obj) { in mlx5_flex_parser_ecpri_alloc()
944 prf->num = 2; in mlx5_flex_parser_ecpri_alloc()
945 ret = mlx5_devx_cmd_query_parse_samples(prf->obj, ids, prf->num); in mlx5_flex_parser_ecpri_alloc()
950 prf->offset[0] = 0x0; in mlx5_flex_parser_ecpri_alloc()
951 prf->offset[1] = sizeof(uint32_t); in mlx5_flex_parser_ecpri_alloc()
952 prf->ids[0] = ids[0]; in mlx5_flex_parser_ecpri_alloc()
953 prf->ids[1] = ids[1]; in mlx5_flex_parser_ecpri_alloc()
970 if (prf->obj) in mlx5_flex_parser_ecpri_release()
971 mlx5_devx_cmd_destroy(prf->obj); in mlx5_flex_parser_ecpri_release()
[all …]
/dpdk/drivers/net/hns3/
H A Dhns3_rxtx_vec_sve.c257 svuint64_t prf = svld1_u64(PG64_256BIT, (uint64_t *)rxep_tmp); in hns3_rxq_rearm_mbuf_sve() local
258 svprfd_gather_u64base(PG64_256BIT, prf, SV_PLDL1STRM); in hns3_rxq_rearm_mbuf_sve()