/spdk/python/spdk/rpc/ |
H A D | ublk.py | 19 def ublk_start_disk(client, bdev_name, ublk_id=1, num_queues=1, queue_depth=128): argument
|
H A D | vfio_user.py | 32 def vfu_virtio_create_blk_endpoint(client, name, bdev_name, cpumask, num_queues, qsize, packed_ring): argument [all...] |
/spdk/module/bdev/virtio/ |
H A D | bdev_virtio_blk.c | 529 uint16_t num_queues; in virtio_pci_blk_dev_create() local 589 uint16_t num_queues, uint32_t queue_size) in virtio_user_blk_dev_create() 721 unsigned num_queues, unsigned queue_size) in bdev_virtio_user_blk_dev_create() 737 uint16_t num_queues = 0; in bdev_virtio_vfio_user_blk_dev_create() local
|
H A D | bdev_virtio_scsi.c | 287 uint32_t num_queues; in virtio_pci_scsi_dev_create() local 337 uint16_t num_queues, uint32_t queue_size) in virtio_user_scsi_dev_create() argument 1790 unsigned num_queues, unsigned queue_size, in bdev_virtio_user_scsi_dev_create() argument 1814 uint32_t num_queues in bdev_vfio_user_scsi_dev_create() local [all...] |
/spdk/module/vfu_device/ |
H A D | vfu_virtio_blk.c | 331 uint16_t num_queues) in virtio_blk_update_config() 491 uint16_t num_queues, uint16_t qsize, bool packed_ring) in vfu_virtio_blk_add_bdev()
|
H A D | vfu_virtio_rpc.c | 66 uint16_t num_queues; global() member
|
H A D | vfu_virtio_internal.h | 150 uint16_t num_queues; member 184 uint16_t num_queues; member
|
H A D | vfu_virtio_scsi.c | 640 uint32_t num_queues; in vfu_virtio_scsi_set_options() local
|
/spdk/lib/ublk/ |
H A D | ublk_rpc.c | 82 uint32_t num_queues; member
|
H A D | ublk.c | 126 uint32_t num_queues; global() member 1873 ublk_start_disk(const char * bdev_name,uint32_t ublk_id,uint32_t num_queues,uint32_t queue_depth,ublk_ctrl_cb ctrl_cb,void * cb_arg) ublk_start_disk() argument [all...] |
/spdk/include/linux/ |
H A D | virtio_blk.h | 88 __u16 num_queues; member
|
H A D | virtio_pci.h | 142 __le16 num_queues; /* read-only */ member
|
H A D | virtio_scsi.h | 106 __u32 num_queues; member
|
/spdk/test/unit/lib/nvmf/fc_ls.c/ |
H A D | fc_ls_ut.c | 186 uint32_t num_queues, uint64_t conn_id) in nvmf_fc_get_hwqp_from_conn_id()
|
/spdk/lib/nvme/ |
H A D | nvme_ctrlr_cmd.c | 460 uint32_t num_queues, spdk_nvme_cmd_cb cb_fn, void *cb_arg) in nvme_ctrlr_cmd_set_num_queues() argument
|
/spdk/test/unit/lib/nvme/nvme_ctrlr.c/ |
H A D | nvme_ctrlr_ut.c | 546 nvme_ctrlr_cmd_set_num_queues(struct spdk_nvme_ctrlr * ctrlr,uint32_t num_queues,spdk_nvme_cmd_cb cb_fn,void * cb_arg) nvme_ctrlr_cmd_set_num_queues() argument
|