Home
last modified time | relevance | path

Searched refs:log_wq_stride (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/common/mlx5/
H A Dmlx5_common_devx.c249 attr->wq_attr.log_wq_stride = rte_log2_u32(MLX5_WQE_SIZE); in mlx5_devx_sq_create()
H A Dmlx5_devx_cmds.h284 uint32_t log_wq_stride:4; member
H A Dmlx5_devx_cmds.c1221 MLX5_SET(wq, wq_ctx, log_wq_stride, wq_attr->log_wq_stride); in devx_cmd_fill_wq_data()
H A Dmlx5_prm.h2197 u8 log_wq_stride[0x4]; member
/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c273 rq_attr.wq_attr.log_wq_stride = log_wqe_size; in mlx5_rxq_create_devx_rq_resources()