Searched defs:packed_ring (Results 1 – 8 of 8) sorted by relevance
/spdk/python/spdk/rpc/ |
H A D | vfio_user.py | 32 def vfu_virtio_create_blk_endpoint(client, name, bdev_name, cpumask, num_queues, qsize, packed_ring): argument 91 def vfu_virtio_create_scsi_endpoint(client, name, cpumask, num_io_queues, qsize, packed_ring): argument [all...] |
/spdk/module/vfu_device/ |
H A D | vfu_virtio_rpc.c | 68 bool packed_ring; global() member 232 bool packed_ring; global() member [all...] |
H A D | vfu_virtio_internal.h | 138 bool packed_ring : 1; member 186 bool packed_ring; member
|
H A D | vfu_virtio_blk.c | 491 uint16_t num_queues, uint16_t qsize, bool packed_ring) in vfu_virtio_blk_add_bdev()
|
H A D | vfu_virtio_scsi.c | 637 bool packed_ring) in vfu_virtio_scsi_set_options()
|
/spdk/lib/vhost/ |
H A D | vhost_blk.c | 955 bool packed_ring; _vdev_vq_worker() local 1067 bool packed_ring; _no_bdev_vdev_vq_worker() local 2043 bool packed_ring; global() member [all...] |
H A D | vhost_internal.h | 93 bool packed_ring : 1; global() member
|
H A D | rte_vhost_user.c | 1033 bool packed_ring; local
|