Home
last modified time | relevance | path

Searched refs:CDB (Results 1 – 40 of 40) sorted by relevance

/linux-4.1.27/Documentation/scsi/
Dadvansys.txt7 The CDB counts below indicate the number of SCSI CDB (Command
9 cache and board LRAM. A CDB is a single SCSI command. The driver
15 ABP-480 - Bus-Master CardBus (16 CDB)
18 ABP510/5150 - Bus-Master ISA (240 CDB)
19 ABP5140 - Bus-Master ISA PnP (16 CDB)
20 ABP5142 - Bus-Master ISA PnP with floppy (16 CDB)
21 ABP902/3902 - Bus-Master PCI (16 CDB)
22 ABP3905 - Bus-Master PCI (16 CDB)
23 ABP915 - Bus-Master PCI (16 CDB)
24 ABP920 - Bus-Master PCI (16 CDB)
[all …]
Dosd.txt83 CDB. "List" or "Page" mode can be used exclusively. The attribute-list API
108 members in the CDB. Up to 3 segments can be deployed in the IN-Buffer and up to
155 The CDB is of a SCSI VARLEN CDB format, as described by OSD standard.
DChangeLog.ips47 - Don't Send CDB's if we already know the device is not present
DChangeLog.megaraid_sas143 6. Convert 6,10,12 byte CDB's to 16 byte CDB for large LBA's for FastPath
610 i. Register 16 byte CDB capability with scsi midlayer
614 hardware supports 16 byte CDB's."
DChangeLog.megaraid338 5. Fixed Tape drive issue : For any Direct CDB command to physical device
DBusLogic.txt511 error from the Target Device. The CDB and Sense Data will be printed for
/linux-4.1.27/drivers/usb/storage/
Dene_ub6250.c690 bcb->CDB[0] = 0xF1; in sd_scsi_read()
691 bcb->CDB[5] = (unsigned char)(bnByte); in sd_scsi_read()
692 bcb->CDB[4] = (unsigned char)(bnByte>>8); in sd_scsi_read()
693 bcb->CDB[3] = (unsigned char)(bnByte>>16); in sd_scsi_read()
694 bcb->CDB[2] = (unsigned char)(bnByte>>24); in sd_scsi_read()
730 bcb->CDB[0] = 0xF0; in sd_scsi_write()
731 bcb->CDB[5] = (unsigned char)(bnByte); in sd_scsi_write()
732 bcb->CDB[4] = (unsigned char)(bnByte>>8); in sd_scsi_write()
733 bcb->CDB[3] = (unsigned char)(bnByte>>16); in sd_scsi_write()
734 bcb->CDB[2] = (unsigned char)(bnByte>>24); in sd_scsi_write()
[all …]
Dinitializers.c77 memset(bcb->CDB, 0, sizeof(bcb->CDB)); in usb_stor_ucr61s2b_init()
78 memcpy(bcb->CDB, init_string, sizeof(init_string) - 1); in usb_stor_ucr61s2b_init()
Drealtek_cr.c229 memset(bcb->CDB, 0, sizeof(bcb->CDB)); in rts51x_bulk_transport()
230 memcpy(bcb->CDB, cmd, bcb->Length); in rts51x_bulk_transport()
315 memset(bcb->CDB, 0, sizeof(bcb->CDB)); in rts51x_bulk_transport_special()
316 memcpy(bcb->CDB, cmd, bcb->Length); in rts51x_bulk_transport_special()
Dtransport.c1092 memset(bcb->CDB, 0, sizeof(bcb->CDB)); in usb_stor_Bulk_transport()
1093 memcpy(bcb->CDB, srb->cmnd, bcb->Length); in usb_stor_Bulk_transport()
/linux-4.1.27/drivers/block/
Dcciss.c2551 c->Request.CDB[1] = 0x01; in fill_cmd()
2552 c->Request.CDB[2] = page_code; in fill_cmd()
2558 c->Request.CDB[0] = CISS_INQUIRY; in fill_cmd()
2559 c->Request.CDB[4] = size & 0xFF; in fill_cmd()
2570 c->Request.CDB[0] = cmd; in fill_cmd()
2571 c->Request.CDB[6] = (size >> 24) & 0xFF; /* MSB */ in fill_cmd()
2572 c->Request.CDB[7] = (size >> 16) & 0xFF; in fill_cmd()
2573 c->Request.CDB[8] = (size >> 8) & 0xFF; in fill_cmd()
2574 c->Request.CDB[9] = size & 0xFF; in fill_cmd()
2582 c->Request.CDB[0] = cmd; in fill_cmd()
[all …]
Dcciss_scsi.c325 cp->Request.CDB[0], cp->Request.CDB[1],
326 cp->Request.CDB[2], cp->Request.CDB[3],
327 cp->Request.CDB[4], cp->Request.CDB[5],
328 cp->Request.CDB[6], cp->Request.CDB[7],
329 cp->Request.CDB[8], cp->Request.CDB[9],
330 cp->Request.CDB[10], cp->Request.CDB[11],
331 cp->Request.CDB[12], cp->Request.CDB[13],
332 cp->Request.CDB[14], cp->Request.CDB[15]),
933 memset(c->Request.CDB, 0, sizeof(c->Request.CDB)); in cciss_scsi_do_simple_cmd()
934 memcpy(c->Request.CDB, cdb, cdblen); in cciss_scsi_do_simple_cmd()
[all …]
DDAC960.c2036 DCDB->CDB[0] = 0x12; /* INQUIRY */ in DAC960_V1_ReadDeviceConfiguration()
2037 DCDB->CDB[1] = 0; /* EVPD = 0 */ in DAC960_V1_ReadDeviceConfiguration()
2038 DCDB->CDB[2] = 0; /* Page Code */ in DAC960_V1_ReadDeviceConfiguration()
2039 DCDB->CDB[3] = 0; /* Reserved */ in DAC960_V1_ReadDeviceConfiguration()
2040 DCDB->CDB[4] = sizeof(DAC960_SCSI_Inquiry_T); in DAC960_V1_ReadDeviceConfiguration()
2041 DCDB->CDB[5] = 0; /* Control */ in DAC960_V1_ReadDeviceConfiguration()
2081 DCDB->CDB[0] = 0x12; /* INQUIRY */ in DAC960_V1_ReadDeviceConfiguration()
2082 DCDB->CDB[1] = 1; /* EVPD = 1 */ in DAC960_V1_ReadDeviceConfiguration()
2083 DCDB->CDB[2] = 0x80; /* Page Code */ in DAC960_V1_ReadDeviceConfiguration()
2084 DCDB->CDB[3] = 0; /* Reserved */ in DAC960_V1_ReadDeviceConfiguration()
[all …]
DDAC960.h853 unsigned char CDB[12]; /* Bytes 10-21 */ member
/linux-4.1.27/drivers/message/fusion/
Dmptscsih.c350 ioc->name, pReq->CDB[0], SCpnt)); in mptscsih_AddSGE()
831 if ((pScsiReq->CDB[0] == READ_6 && ((pScsiReq->CDB[1] & 0x02) == 0)) || in mptscsih_io_done()
832 pScsiReq->CDB[0] == READ_10 || in mptscsih_io_done()
833 pScsiReq->CDB[0] == READ_12 || in mptscsih_io_done()
834 (pScsiReq->CDB[0] == READ_16 && in mptscsih_io_done()
835 ((pScsiReq->CDB[1] & 0x02) == 0)) || in mptscsih_io_done()
836 pScsiReq->CDB[0] == VERIFY || in mptscsih_io_done()
837 pScsiReq->CDB[0] == VERIFY_16) { in mptscsih_io_done()
1402 pScsiReq->CDB[ii] = SCpnt->cmnd[ii]; in mptscsih_qcmd()
1405 pScsiReq->CDB[ii] = 0; in mptscsih_qcmd()
[all …]
/linux-4.1.27/drivers/scsi/
Dhpsa.c810 if (!is_firmware_flash_cmd(c->Request.CDB)) in dial_down_lockup_detection_during_fw_flash()
819 if (is_firmware_flash_cmd(c->Request.CDB) && in dial_up_lockup_detection_on_fw_flash_complete()
1822 memcpy(cp->Request.CDB, c->CDB, cp->Request.CDBLen); in complete_scsi_command()
1891 "CDB %16phN data overrun\n", cp->Request.CDB); in complete_scsi_command()
1908 cp->Request.CDB); in complete_scsi_command()
1913 cp->Request.CDB); in complete_scsi_command()
1918 cp->Request.CDB); in complete_scsi_command()
1923 cp->Request.CDB, ei->ScsiStatus); in complete_scsi_command()
1928 cp->Request.CDB); in complete_scsi_command()
1933 cp->Request.CDB); in complete_scsi_command()
[all …]
Dwd719x.h37 u8 CDB[16]; /* 08-23 SCSI CDB (16 bytes as defined by ANSI spec. */ member
Dhpsa_cmd.h342 u8 CDB[16]; member
453 u8 CDB[16]; /* 0x40 - 0x4F */ member
Dwd719x.c241 memcpy(scb->CDB, cmd->cmnd, cmd->cmd_len); in wd719x_queuecommand()
/linux-4.1.27/drivers/message/fusion/lsi/
Dmpi_init.h89 U8 CDB[16]; /* 18h */ member
219 U8 CDB[20]; /* 00h */ member
229 U8 CDB[16]; /* 00h */ member
276 MPI_SCSI_IO32_CDB_UNION CDB; /* 18h */ member
Dmpi_raid.h187 U8 CDB[16]; /* 18h */ member
Dmpi_targ.h277 U8 CDB[16]; /* 14h */ member
300 U8 CDB[16]; /* 14h */ member
Dmpi_history.txt403 * 12-09-04 01.05.05 Added Target Mode Large CDB Enable to FC Port Page 1
/linux-4.1.27/drivers/scsi/mpt3sas/mpi/
Dmpi2_init.h66 U8 CDB[20]; /*0x00 */ member
112 MPI2_SCSI_IO_CDB_UNION CDB; /*0x40 */ member
263 MPI25_SCSI_IO_CDB_UNION CDB; /*0x40 */ member
/linux-4.1.27/include/linux/usb/
Dstorage.h60 __u8 CDB[16]; /* max command */ member
/linux-4.1.27/drivers/scsi/mpt2sas/mpi/
Dmpi2_init.h60 U8 CDB[20]; /* 0x00 */ member
107 MPI2_SCSI_IO_CDB_UNION CDB; /* 0x40 */ member
/linux-4.1.27/include/uapi/linux/
Dcciss_defs.h103 BYTE CDB[16]; member
/linux-4.1.27/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.c1317 u8 *cdb = io_request->CDB.CDB32; in megasas_set_pd_lba()
1325 memset(cdb, 0, sizeof(io_request->CDB.CDB32)); in megasas_set_pd_lba()
1346 io_request->CDB.EEDP32.PrimaryReferenceTag = in megasas_set_pd_lba()
1348 io_request->CDB.EEDP32.PrimaryApplicationTagMask = cpu_to_be16(0xffff); in megasas_set_pd_lba()
1388 memset(cdb, 0, sizeof(io_request->CDB.CDB32)); in megasas_set_pd_lba()
1424 memset(cdb, 0, sizeof(io_request->CDB.CDB32)); in megasas_set_pd_lba()
1823 io_request->CDB.EEDP32.PrimaryReferenceTag = 0; in megasas_build_io_fusion()
1824 io_request->CDB.EEDP32.PrimaryApplicationTagMask = 0; in megasas_build_io_fusion()
1833 memcpy(io_request->CDB.CDB32, scp->cmnd, scp->cmd_len); in megasas_build_io_fusion()
Dmegaraid_sas_fusion.h201 u8 CDB[20]; /* 0x00 */ member
300 union MPI2_SCSI_IO_CDB_UNION CDB; /* 0x40 */ member
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.reg1317 * Scb offset for the CDB length field in initiator SCBs.
1355 * Scb offset for the first byte in the CDB for initiator SCBs.
1456 * CDB Limit
1457 * The size, in bytes, of the embedded CDB field in initator SCBs.
4038 * Target-mode CDB type to CDB length table used
4105 * Only valid if CDB length is less than 13 bytes or
4106 * we are using a CDB pointer. Otherwise contains
4149 field SCB_CDB_LEN_PTR 0x80 /* CDB in host memory */
Daic79xx.seq902 * To speed up CDB delivery in Rev B, all CDB acks
1190 * If we are identified and have successfully sent the CDB,
1970 * In the case of DMAing a CDB from the host, the normal
1971 * CDB buffer is formatted with an 8 byte address followed
2107 * Must wait until CDB xfer is over before issuing the
Daic7xxx.seq1627 * If we are identified and have successfully sent the CDB,
/linux-4.1.27/include/sound/
Demu10k1.h578 #define CDB 0x2b /* Cache data B register */ macro
/linux-4.1.27/drivers/scsi/mpt2sas/
Dmpt2sas_scsih.c3754 mpi_request->CDB.EEDP32.PrimaryReferenceTag = in _scsih_setup_eedp()
3854 v_lba = get_unaligned_be32(&mpi_request->CDB.CDB32[2]); in _scsih_setup_direct_io()
3856 v_lba = get_unaligned_be64(&mpi_request->CDB.CDB32[2]); in _scsih_setup_direct_io()
3880 &mpi_request->CDB.CDB32[2]); in _scsih_setup_direct_io()
3882 put_unaligned_be64(p_lba, &mpi_request->CDB.CDB32[2]); in _scsih_setup_direct_io()
3993 memcpy(mpi_request->CDB.CDB32, scmd->cmnd, scmd->cmd_len); in _scsih_qcmd()
4475 memcpy(mpi_request->CDB.CDB32, scmd->cmnd, scmd->cmd_len); in _scsih_io_done()
Dmpt2sas_ctl.c141 scsi_request->CDB.CDB32[0], in _ctl_display_some_debug()
193 scsi_request->CDB.CDB32[0], in _ctl_display_some_debug()
/linux-4.1.27/Documentation/target/
Dtcmu-design.txt149 tcmu_cmd_entry. Userspace finds the SCSI CDB (Command Data Block) via
/linux-4.1.27/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.c138 scsi_request->CDB.CDB32[0], in _ctl_display_some_debug()
190 scsi_request->CDB.CDB32[0], in _ctl_display_some_debug()
Dmpt3sas_scsih.c3452 mpi_request->CDB.EEDP32.PrimaryReferenceTag = in _scsih_setup_eedp()
3612 memcpy(mpi_request->CDB.CDB32, scmd->cmnd, scmd->cmd_len); in _scsih_qcmd()
/linux-4.1.27/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c1233 memcpy(cmd->cmd_buf, cbw->CDB, cmd_len); in bot_submit_command()
/linux-4.1.27/drivers/usb/gadget/function/
Df_mass_storage.c2163 memcpy(common->cmnd, cbw->CDB, common->cmnd_size); in received_cbw()