Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c2286 void mlx5_vf_put_core_dev(struct mlx5_core_dev *mdev) in mlx5_vf_put_core_dev() function
2290 EXPORT_SYMBOL(mlx5_vf_put_core_dev);
/openbmc/linux/include/linux/mlx5/
H A Ddriver.h1196 void mlx5_vf_put_core_dev(struct mlx5_core_dev *mdev);
/openbmc/linux/drivers/vfio/pci/mlx5/
H A Dcmd.c258 mlx5_vf_put_core_dev(mvdev->mdev); in mlx5vf_cmd_set_migratable()