Home
last modified time | relevance | path

Searched refs:max_qp (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.c173 sh->dev_cap.max_qp = 1 << hca_attr->log_max_qp; 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.h131 int max_qp; /* Maximum number of supported QPs. */ member
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c176 sh->dev_cap.max_qp = attr_ex.orig_attr.max_qp; in mlx5_os_capabilities_prepare()