pub type virtio_magma_connection_perform_buffer_op_ctrl_t = virtio_magma_connection_perform_buffer_op_ctrl;
Aliased Type§
struct virtio_magma_connection_perform_buffer_op_ctrl_t {
pub hdr: virtio_magma_ctrl_hdr,
pub connection: u64,
pub buffer: u64,
pub options: u32,
pub start_offset: u64,
pub length: u64,
}
Fields§
§hdr: virtio_magma_ctrl_hdr
§connection: u64
§buffer: u64
§options: u32
§start_offset: u64
§length: u64