Searched refs:virtio_net_ctrl_hdr (Results 1 – 3 of 3) sorted by relevance
680 pub struct virtio_net_ctrl_hdr { struct687 ::std::mem::size_of::<virtio_net_ctrl_hdr>(), in bindgen_test_layout_virtio_net_ctrl_hdr() argument689 concat!("Size of: ", stringify!(virtio_net_ctrl_hdr)) in bindgen_test_layout_virtio_net_ctrl_hdr()692 ::std::mem::align_of::<virtio_net_ctrl_hdr>(), in bindgen_test_layout_virtio_net_ctrl_hdr()694 concat!("Alignment of ", stringify!(virtio_net_ctrl_hdr)) in bindgen_test_layout_virtio_net_ctrl_hdr()697 unsafe { &(*(0 as *const virtio_net_ctrl_hdr)).class as *const _ as usize }, in bindgen_test_layout_virtio_net_ctrl_hdr()701 stringify!(virtio_net_ctrl_hdr), in bindgen_test_layout_virtio_net_ctrl_hdr()707 unsafe { &(*(0 as *const virtio_net_ctrl_hdr)).cmd as *const _ as usize }, in bindgen_test_layout_virtio_net_ctrl_hdr()711 stringify!(virtio_net_ctrl_hdr), in bindgen_test_layout_virtio_net_ctrl_hdr()717 impl Clone for virtio_net_ctrl_hdr { implementation
208 struct virtio_net_ctrl_hdr { struct
107 pub struct virtio_net_ctrl_hdr { struct113 unsafe impl DataInit for virtio_net_ctrl_hdr {} argument266 let ctrl_hdr: virtio_net_ctrl_hdr = in process_ctrl()