Home
last modified time | relevance | path

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

/dpdk/drivers/compress/mlx5/
H A Dmlx5_compress.c37 uint32_t gga_ctrl1; /* BE. */ member
344 xfrm->gga_ctrl1 += RTE_MIN(rte_log2_u32(size), in mlx5_compress_xform_create()
348 xfrm->gga_ctrl1 += size << in mlx5_compress_xform_create()
356 xfrm->gga_ctrl1 += size << in mlx5_compress_xform_create()
384 "type = %d.", xfrm->gga_ctrl1, xfrm->opcode, xfrm->csum_type); in mlx5_compress_xform_create()
385 xfrm->gga_ctrl1 = rte_cpu_to_be_32(xfrm->gga_ctrl1); in mlx5_compress_xform_create()
522 wqe->gga_ctrl1 = xform->gga_ctrl1; in mlx5_compress_enqueue_burst()
/dpdk/drivers/common/mlx5/
H A Dmlx5_prm.h600 uint32_t gga_ctrl1; /* ws 12-15, bs 16-19, dyns 20-23. */ member