Home
last modified time | relevance | path

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

/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.h136 uint16_t hw_max_latency_us; /* Hardware CQ moderation period in usec. */ member
H A Dmlx5_vdpa_virtq.c356 attr.hw_max_latency_us = priv->hw_max_latency_us; in mlx5_vdpa_virtq_setup()
H A Dmlx5_vdpa.c494 priv->hw_max_latency_us = (uint32_t)tmp; in mlx5_vdpa_args_check_handler()
/dpdk/doc/guides/vdpadevs/
H A Dmlx5.rst91 - ``hw_max_latency_us`` parameter [int]
/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h456 uint32_t hw_max_latency_us:12; member
H A Dmlx5_devx_cmds.c2026 MLX5_SET(virtio_q, virtctx, queue_period_us, attr->hw_max_latency_us); in mlx5_devx_cmd_create_virtq()