Searched refs:max_qp_wr (Results 1 – 8 of 8) sorted by relevance
719 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()
1330 (uint32_t)priv->sh->dev_cap.max_qp_wr); in mlx5_txq_devx_obj_new()
219 dev->data->port_id, priv->sh->dev_cap.max_qp_wr); in mlx5_rxq_start()
132 int max_qp_wr; /* Maximum number of outstanding WR on any WQ. */ member
422 RTE_MIN(priv->device_attr.max_qp_wr, desc), in mlx4_tx_queue_setup()
174 sh->dev_cap.max_qp_wr = 1 << hca_attr->log_max_qp_sz; in mlx5_os_capabilities_prepare()
173 sh->dev_cap.max_qp_wr = attr_ex.orig_attr.max_qp_wr; in mlx5_os_capabilities_prepare()
875 qp_attr.cap.max_send_wr = RTE_MIN(priv->sh->dev_cap.max_qp_wr, desc); in mlx5_txq_ibv_qp_create()