Searched refs:dev_type (Results 1 – 6 of 6) sorted by relevance
| /spdk/scripts/ |
| H A D | common.sh | 436 local ids dev_types dev_type dev_id bdf bdfs vmd _vmd 455 while read -r _ dev_type dev_id; do 456 [[ $dev_type == *$type* ]] || continue 458 [[ $dev_type == *NVME* ]] && bdfs=(${pci_bus_cache["$dev_id"]}) 459 [[ $dev_type == *VIRT* ]] && bdfs=(${pci_bus_cache["0x1af4:$dev_id"]}) 460 [[ $dev_type =~ ($dev_types) ]] && dev_type=${BASH_REMATCH[1],,} 461 types_d["$dev_type"]=1 463 eval "${dev_type}_d[$bdf]=0" 465 all_devices_type_d["$bdf"]=$dev_type [all...] |
| H A D | rpc.py | 3138 dev_type=args.dev_type,
|
| /spdk/module/bdev/virtio/ |
| H A D | bdev_virtio_rpc.c | 130 char *dev_type; member 140 …{"dev_type", offsetof(struct rpc_bdev_virtio_attach_controller_ctx, dev_type), spdk_json_decode_st… 151 free(req->dev_type); in free_rpc_bdev_virtio_attach_controller_ctx() 236 if (strcmp(req->dev_type, "blk") == 0) { in rpc_bdev_virtio_attach_controller() 248 } else if (strcmp(req->dev_type, "scsi") == 0) { in rpc_bdev_virtio_attach_controller() 263 SPDK_ERRLOG("Invalid dev_type '%s'\n", req->dev_type); in rpc_bdev_virtio_attach_controller() 264 spdk_jsonrpc_send_error_response_fmt(request, EINVAL, "Invalid dev_type '%s'", req->dev_type); in rpc_bdev_virtio_attach_controller()
|
| /spdk/python/spdk/rpc/ |
| H A D | vhost.py | 144 def bdev_virtio_attach_controller(client, name, trtype, traddr, dev_type, vq_count=None, vq_size=No… argument 162 'dev_type': dev_type
|
| /spdk/docker/traffic-generator/ |
| H A D | conf-virtio | 12 "dev_type": "blk"
|
| /spdk/python/spdk/spdkcli/ |
| H A D | ui_node.py | 498 dev_type="blk", 532 dev_type="scsi",
|