Home
last modified time | relevance | path

Searched refs:hw_max_pending_comp (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.h137 uint16_t hw_max_pending_comp; /* Hardware CQ moderation counter. */ member
H A Dmlx5_vdpa_virtq.c357 attr.hw_max_pending_comp = priv->hw_max_pending_comp; in mlx5_vdpa_virtq_setup()
H A Dmlx5_vdpa.c496 priv->hw_max_pending_comp = (uint32_t)tmp; in mlx5_vdpa_args_check_handler()
/dpdk/doc/guides/vdpadevs/
H A Dmlx5.rst98 - ``hw_max_pending_comp`` parameter [int]
/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h457 uint32_t hw_max_pending_comp:16; member
H A Dmlx5_devx_cmds.c2027 MLX5_SET(virtio_q, virtctx, queue_max_count, attr->hw_max_pending_comp); in mlx5_devx_cmd_create_virtq()