Home
last modified time | relevance | path

Searched refs:mini_cqe_res_format (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c452 cq_attr.mini_cqe_res_format = in mlx5_rxq_create_devx_cq_resources()
455 cq_attr.mini_cqe_res_format = in mlx5_rxq_create_devx_cq_resources()
457 rxq_data->mcqe_format = cq_attr.mini_cqe_res_format; in mlx5_rxq_create_devx_cq_resources()
463 cq_attr.mini_cqe_res_format = priv->config.cqe_comp_fmt; in mlx5_rxq_create_devx_cq_resources()
466 cq_attr.mini_cqe_res_format = 0; in mlx5_rxq_create_devx_cq_resources()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h268 uint32_t mini_cqe_res_format:2; member
H A Dmlx5_devx_cmds.c1570 MLX5_SET(cqc, cqctx, mini_cqe_res_format, in mlx5_devx_cmd_create_cq()
1571 attr->mini_cqe_res_format); in mlx5_devx_cmd_create_cq()
H A Dmlx5_prm.h2174 u8 mini_cqe_res_format[0x2]; member