Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c2279 void mlx5_vf_put_core_dev(struct mlx5_core_dev *mdev) in mlx5_vf_put_core_dev() function
2283 EXPORT_SYMBOL(mlx5_vf_put_core_dev);
/linux-6.6.21/include/linux/mlx5/
Ddriver.h1195 void mlx5_vf_put_core_dev(struct mlx5_core_dev *mdev);
/linux-6.6.21/drivers/vfio/pci/mlx5/
Dcmd.c258 mlx5_vf_put_core_dev(mvdev->mdev); in mlx5vf_cmd_set_migratable()