Home
last modified time | relevance | path

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

/qemu/hw/vfio/
H A Dhelpers.c565 struct vfio_region_info_cap_type *cap_type; in vfio_get_dev_region_info() local
577 cap_type = container_of(hdr, struct vfio_region_info_cap_type, header); in vfio_get_dev_region_info()
580 cap_type->type, cap_type->subtype); in vfio_get_dev_region_info()
582 if (cap_type->type == type && cap_type->subtype == subtype) { in vfio_get_dev_region_info()
593 bool vfio_has_region_cap(VFIODevice *vbasedev, int region, uint16_t cap_type) in vfio_has_region_cap() argument
599 if (vfio_get_region_info_cap(info, cap_type)) { in vfio_has_region_cap()
/qemu/hw/scsi/
H A Dviosrp.h170 uint32_t cap_type; member
/qemu/include/hw/vfio/
H A Dvfio-common.h257 bool vfio_has_region_cap(VFIODevice *vbasedev, int region, uint16_t cap_type);