Home
last modified time | relevance | path

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

/openbmc/qemu/pc-bios/s390-ccw/
H A Dvirtio-scsi.c65 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 Dvirtio.h212 uint32_t cdb_size; member
/openbmc/qemu/hw/scsi/
H A Dvhost-scsi-common.c142 (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 Dvirtio_scsi.h112 __virtio32 cdb_size; member
/openbmc/qemu/contrib/vhost-user-scsi/
H A Dvhost-user-scsi.c102 task->cdb_size = cdb_len; in scsi_task_new()