Lines Matching defs:packed_ring
69 bool packed_ring;
78 {"packed_ring", offsetof(struct rpc_vfu_virtio_create_blk, packed_ring), spdk_json_decode_bool, true},
111 req.packed_ring);
233 bool packed_ring;
241 {"packed_ring", offsetof(struct rpc_vfu_virtio_create_scsi, packed_ring), spdk_json_decode_bool, true},
272 rc = vfu_virtio_scsi_set_options(req.name, req.num_io_queues, req.qsize, req.packed_ring);
298 bool packed_ring;
309 {"packed_ring", offsetof(struct rpc_vfu_virtio_create_fs, packed_ring), spdk_json_decode_bool, true},
365 req->packed_ring, rpc_vfu_virtio_create_fs_endpoint_cpl, req);