Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_rx.c1145 mlx4_qp_remove(mdev->dev, qp); in mlx4_en_config_rss_qp()
1180 mlx4_qp_remove(priv->mdev->dev, &priv->drop_qp); in mlx4_en_destroy_drop_qp()
1274 mlx4_qp_remove(mdev->dev, &rss_map->indir_qp); in mlx4_en_config_rss_steer()
1280 mlx4_qp_remove(mdev->dev, &rss_map->qps[i]); in mlx4_en_config_rss_steer()
1295 mlx4_qp_remove(mdev->dev, &rss_map->indir_qp); in mlx4_en_release_rss_steer()
1301 mlx4_qp_remove(mdev->dev, &rss_map->qps[i]); in mlx4_en_release_rss_steer()
Dqp.c467 void mlx4_qp_remove(struct mlx4_dev *dev, struct mlx4_qp *qp) in mlx4_qp_remove() function
476 EXPORT_SYMBOL_GPL(mlx4_qp_remove);
Den_tx.c182 mlx4_qp_remove(mdev->dev, &ring->qp); in mlx4_en_destroy_tx_ring()
/linux-4.1.27/include/linux/mlx4/
Dqp.h473 void mlx4_qp_remove(struct mlx4_dev *dev, struct mlx4_qp *qp);
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dqp.c1031 mlx4_qp_remove(dev->dev, &qp->mqp); in destroy_qp_common()