Searched defs:mlx5_control_vq (Results 1 – 1 of 1) sorted by relevance
51 struct mlx5_control_vq { struct52 struct vhost_iotlb *iotlb;54 spinlock_t iommu_lock;55 struct vringh vring;56 bool ready;57 u64 desc_addr;58 u64 device_addr;59 u64 driver_addr;60 struct vdpa_callback event_cb;84 struct mlx5_control_vq cvq; argument