Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Den_rx.c1159 mlx4_qp_remove(mdev->dev, qp); in mlx4_en_config_rss_qp()
1194 mlx4_qp_remove(priv->mdev->dev, &priv->drop_qp); in mlx4_en_destroy_drop_qp()
1288 mlx4_qp_remove(mdev->dev, &rss_map->indir_qp); in mlx4_en_config_rss_steer()
1294 mlx4_qp_remove(mdev->dev, &rss_map->qps[i]); in mlx4_en_config_rss_steer()
1309 mlx4_qp_remove(mdev->dev, &rss_map->indir_qp); in mlx4_en_release_rss_steer()
1315 mlx4_qp_remove(mdev->dev, &rss_map->qps[i]); in mlx4_en_release_rss_steer()
Dqp.c484 void mlx4_qp_remove(struct mlx4_dev *dev, struct mlx4_qp *qp) in mlx4_qp_remove() function
493 EXPORT_SYMBOL_GPL(mlx4_qp_remove);
Den_tx.c182 mlx4_qp_remove(mdev->dev, &ring->qp); in mlx4_en_destroy_tx_ring()
/linux-4.4.14/include/linux/mlx4/
Dqp.h488 void mlx4_qp_remove(struct mlx4_dev *dev, struct mlx4_qp *qp);
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dqp.c1050 mlx4_qp_remove(dev->dev, &qp->mqp); in destroy_qp_common()