Searched defs:vhost_vring_state (Results 1 – 3 of 3) sorted by relevance
19 struct vhost_vring_state { struct20 unsigned int index;21 unsigned int num;
113 pub struct vhost_vring_state { struct114 pub index: raw::c_uint,115 pub num: raw::c_uint,
531 pub struct vhost_vring_state { struct538 ::std::mem::size_of::<vhost_vring_state>(), in bindgen_test_layout_vhost_vring_state() argument568 impl Clone for vhost_vring_state { implementation