Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_rx.c1150 mlx4_qp_remove(mdev->dev, qp); in mlx4_en_config_rss_qp()
1186 mlx4_qp_remove(priv->mdev->dev, &priv->drop_qp); in mlx4_en_destroy_drop_qp()
1299 mlx4_qp_remove(mdev->dev, rss_map->indir_qp); in mlx4_en_config_rss_steer()
1308 mlx4_qp_remove(mdev->dev, &rss_map->qps[i]); in mlx4_en_config_rss_steer()
1325 mlx4_qp_remove(mdev->dev, rss_map->indir_qp); in mlx4_en_release_rss_steer()
1334 mlx4_qp_remove(mdev->dev, &rss_map->qps[i]); in mlx4_en_release_rss_steer()
H A Dqp.c518 void mlx4_qp_remove(struct mlx4_dev *dev, struct mlx4_qp *qp) in mlx4_qp_remove() function
527 EXPORT_SYMBOL_GPL(mlx4_qp_remove);
H A Den_tx.c173 mlx4_qp_remove(mdev->dev, &ring->sp_qp); in mlx4_en_destroy_tx_ring()
/openbmc/linux/include/linux/mlx4/
H A Dqp.h495 void mlx4_qp_remove(struct mlx4_dev *dev, struct mlx4_qp *qp);
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dqp.c702 mlx4_qp_remove(dev->dev, &qp->mqp); in create_qp_rss()
1394 mlx4_qp_remove(dev->dev, &qp->mqp); in destroy_qp_rss()
1451 mlx4_qp_remove(dev->dev, &qp->mqp); in destroy_qp_common()