Home
last modified time | relevance | path

Searched refs:mlx5_vf_put_core_dev (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c2321 void mlx5_vf_put_core_dev(struct mlx5_core_dev *mdev) in mlx5_vf_put_core_dev() function
2325 EXPORT_SYMBOL(mlx5_vf_put_core_dev);
/linux/include/linux/mlx5/
H A Ddriver.h1210 void mlx5_vf_put_core_dev(struct mlx5_core_dev *mdev);
/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c281 mlx5_vf_put_core_dev(mvdev->mdev); in mlx5vf_cmd_set_migratable()