Searched refs:cdb_size (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | virtio-scsi.c | 65 static void prepare_request(VDev *vdev, const void *cdb, int cdb_size, in prepare_request() argument 72 memcpy(&req.cdb, cdb, cdb_size); in prepare_request() 93 const void *cdb, int cdb_size, in vs_run() argument 96 prepare_request(vdev, cdb, cdb_size, data, data_size); in vs_run() 491 if (vdev->config.scsi.cdb_size != VIRTIO_SCSI_CDB_SIZE) { in virtio_scsi_setup_device()
|
| H A D | virtio.h | 212 uint32_t cdb_size; member
|
| /openbmc/qemu/hw/scsi/ |
| H A D | vhost-scsi-common.c | 142 (uint32_t)virtio_ldl_p(vdev, &scsiconf->cdb_size) != vs->cdb_size) { in vhost_scsi_common_set_config()
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | virtio_scsi.h | 112 __virtio32 cdb_size; member
|
| /openbmc/qemu/contrib/vhost-user-scsi/ |
| H A D | vhost-user-scsi.c | 102 task->cdb_size = cdb_len; in scsi_task_new()
|