Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dmain.c2068 void mlx5_vf_put_core_dev(struct mlx5_core_dev *mdev) in mlx5_vf_put_core_dev() function
2072 EXPORT_SYMBOL(mlx5_vf_put_core_dev);
/linux-6.1.9/include/linux/mlx5/
Ddriver.h1173 void mlx5_vf_put_core_dev(struct mlx5_core_dev *mdev);
/linux-6.1.9/drivers/vfio/pci/mlx5/
Dcmd.c177 mlx5_vf_put_core_dev(mvdev->mdev); in mlx5vf_cmd_set_migratable()