Searched refs:mlx5_core_dealloc_pd (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | pd.c | 53 int mlx5_core_dealloc_pd(struct mlx5_core_dev *dev, u32 pdn) in mlx5_core_dealloc_pd() function 62 EXPORT_SYMBOL(mlx5_core_dealloc_pd);
|
D | en_common.c | 125 mlx5_core_dealloc_pd(mdev, res->pdn); in mlx5e_create_mdev_resources() 136 mlx5_core_dealloc_pd(mdev, res->pdn); in mlx5e_destroy_mdev_resources()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/diag/ |
D | fw_tracer.c | 882 mlx5_core_dealloc_pd(dev, tracer->buff.pdn); in mlx5_fw_tracer_init() 904 mlx5_core_dealloc_pd(tracer->dev, tracer->buff.pdn); in mlx5_fw_tracer_cleanup()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
D | conn.c | 1030 mlx5_core_dealloc_pd(fdev->mdev, fdev->conn_res.pdn); in mlx5_fpga_conn_device_init() 1042 mlx5_core_dealloc_pd(fdev->mdev, fdev->conn_res.pdn); in mlx5_fpga_conn_device_cleanup()
|
/Linux-v4.19/include/linux/mlx5/ |
D | driver.h | 1101 int mlx5_core_dealloc_pd(struct mlx5_core_dev *dev, u32 pdn);
|
/Linux-v4.19/drivers/infiniband/hw/mlx5/ |
D | main.c | 2335 mlx5_core_dealloc_pd(to_mdev(ibdev)->mdev, pd->pdn); in mlx5_ib_alloc_pd() 2349 mlx5_core_dealloc_pd(mdev->mdev, mpd->pdn); in mlx5_ib_dealloc_pd()
|