Home
last modified time | relevance | path

Searched refs:rpc_bdev_virtio_attach_controller_ctx (Results 1 – 1 of 1) sorted by relevance

/spdk/module/bdev/virtio/
H A Dbdev_virtio_rpc.c126 struct rpc_bdev_virtio_attach_controller_ctx { struct
136 static const struct spdk_json_object_decoder rpc_bdev_virtio_attach_controller_ctx[] = { argument
137 {"name", offsetof(struct rpc_bdev_virtio_attach_controller_ctx, name), spdk_json_decode_string },
138 …{"trtype", offsetof(struct rpc_bdev_virtio_attach_controller_ctx, trtype), spdk_json_decode_string…
139 …{"traddr", offsetof(struct rpc_bdev_virtio_attach_controller_ctx, traddr), spdk_json_decode_string…
140 …{"dev_type", offsetof(struct rpc_bdev_virtio_attach_controller_ctx, dev_type), spdk_json_decode_st…
141 …{"vq_count", offsetof(struct rpc_bdev_virtio_attach_controller_ctx, vq_count), spdk_json_decode_ui…
142 …{"vq_size", offsetof(struct rpc_bdev_virtio_attach_controller_ctx, vq_size), spdk_json_decode_uint…
146 free_rpc_bdev_virtio_attach_controller_ctx(struct rpc_bdev_virtio_attach_controller_ctx *req) in free_rpc_bdev_virtio_attach_controller_ctx()
158 struct rpc_bdev_virtio_attach_controller_ctx *req = ctx; in rpc_create_virtio_dev_cb()
[all …]