Home
last modified time | relevance | path

Searched refs:mlx5_os_pd_release (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.c459 mlx5_os_pd_release(struct mlx5_common_device *cdev) in mlx5_os_pd_release() function
543 claim_zero(mlx5_os_pd_release(cdev)); in mlx5_os_pd_prepare()
/dpdk/drivers/common/mlx5/windows/
H A Dmlx5_common_os.c61 mlx5_os_pd_release(struct mlx5_common_device *cdev) in mlx5_os_pd_release() function
/dpdk/drivers/common/mlx5/
H A Dmlx5_common.h577 int mlx5_os_pd_release(struct mlx5_common_device *cdev);
H A Dmlx5_common.c666 claim_zero(mlx5_os_pd_release(cdev)); in mlx5_dev_hw_global_release()