/openbmc/linux/drivers/target/ |
H A D | target_core_spc.c | 1331 .cdb_size = 6, 1339 .cdb_size = 10, 1349 .cdb_size = 12, 1359 .cdb_size = 16, 1370 .cdb_size = 6, 1378 .cdb_size = 10, 1388 .cdb_size = 10, 1398 .cdb_size = 12, 1408 .cdb_size = 16, 1419 .cdb_size = 16, [all …]
|
/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 | virtio-scsi.c | 243 req = virtqueue_pop(vq, sizeof(VirtIOSCSIReq) + vs->cdb_size); in virtio_scsi_pop_req() 275 sizeof(VirtIOSCSIReq) + vs->cdb_size); in virtio_scsi_load_request() 278 if (virtio_scsi_parse_req(req, sizeof(VirtIOSCSICmdReq) + vs->cdb_size, in virtio_scsi_load_request() 784 rc = virtio_scsi_parse_req(req, sizeof(VirtIOSCSICmdReq) + vs->cdb_size, in virtio_scsi_handle_cmd_req_prepare() 807 req->req.cmd.cdb, vs->cdb_size, req); in virtio_scsi_handle_cmd_req_prepare() 898 virtio_stl_p(vdev, &scsiconf->cdb_size, s->cdb_size); in virtio_scsi_get_config() 911 (uint32_t) virtio_ldl_p(vdev, &scsiconf->cdb_size) >= 256) { in virtio_scsi_set_config() 918 vs->cdb_size = virtio_ldl_p(vdev, &scsiconf->cdb_size); in virtio_scsi_set_config() 946 vs->cdb_size = VIRTIO_SCSI_CDB_DEFAULT_SIZE; in virtio_scsi_reset() 1226 s->cdb_size = VIRTIO_SCSI_CDB_DEFAULT_SIZE; in virtio_scsi_common_realize()
|
H A D | vhost-scsi-common.c | 141 (uint32_t)virtio_ldl_p(vdev, &scsiconf->cdb_size) != vs->cdb_size) { in vhost_scsi_common_set_config()
|
/openbmc/qemu/include/hw/virtio/ |
H A D | virtio-scsi.h | 72 uint32_t cdb_size; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | virtio_scsi.h | 112 __virtio32 cdb_size; member
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_scsi.h | 112 __virtio32 cdb_size; member
|
/openbmc/linux/drivers/scsi/ |
H A D | wd719x.h | 239 __le16 cdb_size;/* CDB size groups */ member
|
H A D | wd719x.c | 775 wd->params->cdb_size = cpu_to_le16(0x5555); /* all 6 B */ in wd719x_read_eeprom()
|
H A D | virtio_scsi.c | 835 virtscsi_config_set(vdev, cdb_size, VIRTIO_SCSI_CDB_SIZE); in virtscsi_init()
|
/openbmc/qemu/contrib/vhost-user-scsi/ |
H A D | vhost-user-scsi.c | 102 task->cdb_size = cdb_len; in scsi_task_new()
|
/openbmc/linux/drivers/scsi/aacraid/ |
H A D | commctrl.c | 642 srbcmd->cdb_size = cpu_to_le32(user_srbcmd->cdb_size); in aac_send_raw_srb()
|
H A D | aacraid.h | 1995 __le32 cdb_size; member 2014 u32 cdb_size; member
|
H A D | aachba.c | 1527 srbcmd->cdb_size = cpu_to_le32(cmd->cmd_len); in aac_scsi_common() 1722 srb->cdb_size = cpu_to_le32(16); in aac_send_safw_bmic_cmd()
|
H A D | commsup.c | 2316 srbcmd->cdb_size = cpu_to_le32(12); in aac_send_wellness_command()
|
/openbmc/linux/include/target/ |
H A D | target_core_base.h | 879 u32 cdb_size; member
|
/openbmc/qemu/block/ |
H A D | iscsi.c | 1083 acb->task->cdb_size = acb->ioh->cmd_len; in iscsi_aio_ioctl() 2217 task->cdb_size = 16; in iscsi_xcopy_task()
|