Home
last modified time | relevance | path

Searched refs:vfio_info_cap_header (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/
Dvfio.h140 struct vfio_info_cap_header *buf;
143 extern struct vfio_info_cap_header *vfio_info_cap_add(
148 struct vfio_info_cap_header *cap,
/Linux-v4.19/include/uapi/linux/
Dvfio.h75 struct vfio_info_cap_header { struct
262 struct vfio_info_cap_header header;
291 struct vfio_info_cap_header header;
/Linux-v4.19/drivers/vfio/
Dvfio.c1812 struct vfio_info_cap_header *vfio_info_cap_add(struct vfio_info_cap *caps, in vfio_info_cap_add()
1816 struct vfio_info_cap_header *header, *tmp; in vfio_info_cap_add()
1847 struct vfio_info_cap_header *tmp; in vfio_info_cap_shift()
1856 struct vfio_info_cap_header *cap, size_t size) in vfio_info_add_capability()
1858 struct vfio_info_cap_header *header; in vfio_info_add_capability()
/Linux-v4.19/drivers/vfio/pci/
Dvfio_pci.c579 struct vfio_info_cap_header header = { in msix_mmappable_cap()