Searched defs:vhost_vdpa_config (Results 1 – 2 of 2) sorted by relevance
135 struct vhost_vdpa_config { struct136 __u32 off;137 __u32 len;138 __u8 buf[0];
204 pub struct vhost_vdpa_config { struct205 pub off: u32,206 pub len: u32,207 pub buf: __IncompleteArrayField<u8>,