Searched defs:mlx5vf_pci_core_device (Results 1 – 1 of 1) sorted by relevance
168 struct mlx5vf_pci_core_device { struct169 struct vfio_pci_core_device core_device;170 int vf_id;171 u16 vhca_id;172 u8 migrate_cap:1;173 u8 deferred_reset:1;197 int mlx5vf_cmd_suspend_vhca(struct mlx5vf_pci_core_device *mvdev, u16 op_mod); argument