Home
last modified time | relevance | path

Searched refs:cqe_size (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_devx_cmds.h270 uint32_t cqe_size:3; member
H A Dmlx5_devx_cmds.c1561 MLX5_SET(cqc, cqctx, cqe_sz, attr->cqe_size); in mlx5_devx_cmd_create_cq()
1574 MLX5_SET(cqc, cqctx, cqe_sz, attr->cqe_size); in mlx5_devx_cmd_create_cq()
/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c398 if (cq_info.cqe_size != RTE_CACHE_LINE_SIZE) { in mlx5_rxq_ibv_obj_new()
980 if (cq_info.cqe_size != RTE_CACHE_LINE_SIZE) { in mlx5_txq_ibv_obj_new()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_txq.c234 cq->cqe_64 = (dcq->cqe_size & 64) ? 1 : 0; in mlx4_txq_fill_dv_obj_info()
H A Dmlx4_rxq.c614 rxq->mcq.cqe_64 = (dv_cq.cqe_size & 64) ? 1 : 0; in mlx4_rxq_attach()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_txpp.c273 cq_attr.cqe_size = (sizeof(struct mlx5_cqe) == 128) ? in mlx5_txpp_create_rearm_queue()
511 cq_attr.cqe_size = (sizeof(struct mlx5_cqe) == 128) ? in mlx5_txpp_create_clock_queue()
H A Dmlx5_devx.c490 cq_attr.cqe_size = MLX5_CQE_SIZE_128B; in mlx5_rxq_create_devx_cq_resources()
1266 cq_attr.cqe_size = (sizeof(struct mlx5_cqe) == 128) ? in mlx5_txq_create_devx_cq_resources()