Home
last modified time | relevance | path

Searched refs:max_qp_wr (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/net/mlx5/
H A Dmlx5_txq.c719 wqe_size = priv->sh->dev_cap.max_qp_wr / desc; in txq_calc_inline_max()
988 priv->dev_data->port_id, priv->sh->dev_cap.max_qp_wr); in txq_adjust_params()
999 priv->dev_data->port_id, priv->sh->dev_cap.max_qp_wr); in txq_adjust_params()
1010 priv->dev_data->port_id, priv->sh->dev_cap.max_qp_wr); in txq_adjust_params()
1019 priv->dev_data->port_id, priv->sh->dev_cap.max_qp_wr); in txq_adjust_params()
1100 priv->sh->dev_cap.max_qp_wr) { in mlx5_txq_new()
1105 priv->sh->dev_cap.max_qp_wr); in mlx5_txq_new()
H A Dmlx5_devx.c1330 (uint32_t)priv->sh->dev_cap.max_qp_wr); in mlx5_txq_devx_obj_new()
H A Dmlx5_trigger.c219 dev->data->port_id, priv->sh->dev_cap.max_qp_wr); in mlx5_rxq_start()
H A Dmlx5.h132 int max_qp_wr; /* Maximum number of outstanding WR on any WQ. */ member
/dpdk/drivers/net/mlx4/
H A Dmlx4_txq.c422 RTE_MIN(priv->device_attr.max_qp_wr, desc), in mlx4_tx_queue_setup()
/dpdk/drivers/net/mlx5/windows/
H A Dmlx5_os.c174 sh->dev_cap.max_qp_wr = 1 << hca_attr->log_max_qp_sz; in mlx5_os_capabilities_prepare()
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c173 sh->dev_cap.max_qp_wr = attr_ex.orig_attr.max_qp_wr; in mlx5_os_capabilities_prepare()
H A Dmlx5_verbs.c875 qp_attr.cap.max_send_wr = RTE_MIN(priv->sh->dev_cap.max_qp_wr, desc); in mlx5_txq_ibv_qp_create()