Searched defs:vfio_info_cap_header (Results 1 – 3 of 3) sorted by relevance
81 struct vfio_info_cap_header { struct82 __u16 id; /* Identifies capability */83 __u16 version; /* Version specific to the capability ID */84 __u32 next; /* Offset of next capability */
198 pub struct vfio_info_cap_header { struct199 pub id: __u16,200 pub version: __u16,201 pub next: __u32,
600 unsafe { &*(cap_ptr as *mut u8 as *const vfio_info_cap_header) }; in get_regions() constant