Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx4/
H A Dmlx4_ethdev.c646 max = ((priv->device_attr.max_cq > priv->device_attr.max_qp) ? in mlx4_dev_infos_get()
647 priv->device_attr.max_qp : priv->device_attr.max_cq); in mlx4_dev_infos_get()
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_os.c172 sh->dev_cap.max_cq = 1 << hca_attr->log_max_cq; in mlx5_os_capabilities_prepare()
/dpdk/drivers/net/mlx5/
H A Dmlx5_ethdev.c325 max = RTE_MIN(priv->sh->dev_cap.max_cq, priv->sh->dev_cap.max_qp); in mlx5_dev_infos_get()
H A Dmlx5.h130 int max_cq; /* Maximum number of supported CQs */ member
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c175 sh->dev_cap.max_cq = attr_ex.orig_attr.max_cq; in mlx5_os_capabilities_prepare()