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 */
186 pub struct vfio_info_cap_header { struct187 pub id: u16,188 pub version: u16,189 pub next: u32,
1224 unsafe { &*(cap_ptr as *mut u8 as *const vfio_info_cap_header) }; in get_regions() constant