Searched defs:vfio_info_cap_header (Results 1 – 5 of 5) sorted by relevance
85 struct vfio_info_cap_header { struct86 __u16 id; /* Identifies capability */87 __u16 version; /* Version specific to the capability ID */88 __u32 next; /* Offset of next capability */
220 pub struct vfio_info_cap_header { struct244 pub header: vfio_info_cap_header, argument
1649 let cap_header = unsafe { &*(cap_ptr as *const vfio_info_cap_header) }; in get_regions() constant
105963 struct vfio_info_cap_header { struct105964 __u16 id;105965 __u16 version;105966 __u32 next;