Searched defs:virtio_gpu_resource_map_blob (Results 1 – 2 of 2) sorted by relevance
430 struct virtio_gpu_resource_map_blob { struct431 struct virtio_gpu_ctrl_hdr hdr;432 __le32 resource_id;433 __le32 padding;434 __le64 offset;
496 pub struct virtio_gpu_resource_map_blob { struct497 pub hdr: virtio_gpu_ctrl_hdr,498 pub resource_id: Le32,499 pub padding: Le32,500 pub offset: Le64,