Home
last modified time | relevance | path

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

/drivers/usb/storage/
Dene_ub6250.c701 bcb->CDB[0] = 0xF1; in sd_scsi_read()
702 bcb->CDB[5] = (unsigned char)(bnByte); in sd_scsi_read()
703 bcb->CDB[4] = (unsigned char)(bnByte>>8); in sd_scsi_read()
704 bcb->CDB[3] = (unsigned char)(bnByte>>16); in sd_scsi_read()
705 bcb->CDB[2] = (unsigned char)(bnByte>>24); in sd_scsi_read()
741 bcb->CDB[0] = 0xF0; in sd_scsi_write()
742 bcb->CDB[5] = (unsigned char)(bnByte); in sd_scsi_write()
743 bcb->CDB[4] = (unsigned char)(bnByte>>8); in sd_scsi_write()
744 bcb->CDB[3] = (unsigned char)(bnByte>>16); in sd_scsi_write()
745 bcb->CDB[2] = (unsigned char)(bnByte>>24); in sd_scsi_write()
[all …]
Dinitializers.c66 memset(bcb->CDB, 0, sizeof(bcb->CDB)); in usb_stor_ucr61s2b_init()
67 memcpy(bcb->CDB, init_string, sizeof(init_string) - 1); in usb_stor_ucr61s2b_init()
Drealtek_cr.c221 memset(bcb->CDB, 0, sizeof(bcb->CDB)); in rts51x_bulk_transport()
222 memcpy(bcb->CDB, cmd, bcb->Length); in rts51x_bulk_transport()
310 memset(bcb->CDB, 0, sizeof(bcb->CDB)); in rts51x_bulk_transport_special()
311 memcpy(bcb->CDB, cmd, bcb->Length); in rts51x_bulk_transport_special()
Dtransport.c1144 memset(bcb->CDB, 0, sizeof(bcb->CDB)); in usb_stor_Bulk_transport()
1145 memcpy(bcb->CDB, srb->cmnd, bcb->Length); in usb_stor_Bulk_transport()
/drivers/message/fusion/
Dmptscsih.c348 ioc->name, pReq->CDB[0], SCpnt)); in mptscsih_AddSGE()
830 if ((pScsiReq->CDB[0] == READ_6 && ((pScsiReq->CDB[1] & 0x02) == 0)) || in mptscsih_io_done()
831 pScsiReq->CDB[0] == READ_10 || in mptscsih_io_done()
832 pScsiReq->CDB[0] == READ_12 || in mptscsih_io_done()
833 (pScsiReq->CDB[0] == READ_16 && in mptscsih_io_done()
834 ((pScsiReq->CDB[1] & 0x02) == 0)) || in mptscsih_io_done()
835 pScsiReq->CDB[0] == VERIFY || in mptscsih_io_done()
836 pScsiReq->CDB[0] == VERIFY_16) { in mptscsih_io_done()
1398 pScsiReq->CDB[ii] = SCpnt->cmnd[ii]; in mptscsih_qcmd()
1401 pScsiReq->CDB[ii] = 0; in mptscsih_qcmd()
[all …]
/drivers/scsi/
Dhpsa.c1134 if (!is_firmware_flash_cmd(c->Request.CDB)) in dial_down_lockup_detection_during_fw_flash()
1143 if (is_firmware_flash_cmd(c->Request.CDB) && in dial_up_lockup_detection_on_fw_flash_complete()
2648 memcpy(cp->Request.CDB, c->CDB, cp->Request.CDBLen); in complete_scsi_command()
2729 "CDB %16phN data overrun\n", cp->Request.CDB); in complete_scsi_command()
2746 cp->Request.CDB); in complete_scsi_command()
2751 cp->Request.CDB); in complete_scsi_command()
2756 cp->Request.CDB); in complete_scsi_command()
2764 cp->Request.CDB); in complete_scsi_command()
2769 cp->Request.CDB); in complete_scsi_command()
2774 cp->Request.CDB); in complete_scsi_command()
[all …]
Dwd719x.h36 u8 CDB[16]; /* 08-23 SCSI CDB (16 bytes as defined by ANSI spec. */ member
Dhpsa_cmd.h370 u8 CDB[16]; member
495 u8 CDB[16]; /* 0x40 - 0x4F */ member
Dwd719x.c221 memcpy(scb->CDB, cmd->cmnd, cmd->cmd_len); in wd719x_queuecommand()
/drivers/scsi/mpt3sas/
Dmpt3sas_warpdrive.c269 v_lba = get_unaligned_be32(&mpi_request->CDB.CDB32[2]); in mpt3sas_setup_direct_io()
271 v_lba = get_unaligned_be64(&mpi_request->CDB.CDB32[2]); in mpt3sas_setup_direct_io()
294 &mpi_request->CDB.CDB32[2]); in mpt3sas_setup_direct_io()
296 put_unaligned_be64(p_lba, &mpi_request->CDB.CDB32[2]); in mpt3sas_setup_direct_io()
Dmpt3sas_ctl.c111 scsi_request->CDB.CDB32[0], in _ctl_display_some_debug()
163 scsi_request->CDB.CDB32[0], in _ctl_display_some_debug()
Dmpt3sas_scsih.c5074 mpi_request->CDB.EEDP32.PrimaryReferenceTag = in _scsih_setup_eedp()
5242 memcpy(mpi_request->CDB.CDB32, scmd->cmnd, scmd->cmd_len); in scsih_qcmd()
5740 memcpy(mpi_request->CDB.CDB32, scmd->cmnd, scmd->cmd_len); in _scsih_io_done()
/drivers/message/fusion/lsi/
Dmpi_init.h90 U8 CDB[16]; /* 18h */ member
220 U8 CDB[20]; /* 00h */ member
230 U8 CDB[16]; /* 00h */ member
277 MPI_SCSI_IO32_CDB_UNION CDB; /* 18h */ member
Dmpi_raid.h188 U8 CDB[16]; /* 18h */ member
Dmpi_targ.h278 U8 CDB[16]; /* 14h */ member
301 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
/drivers/scsi/mpt3sas/mpi/
Dmpi2_init.h77 U8 CDB[20]; /*0x00 */ member
123 MPI2_SCSI_IO_CDB_UNION CDB; /*0x40 */ member
275 MPI25_SCSI_IO_CDB_UNION CDB; /*0x40 */ member
/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h334 u8 CDB[20]; /* 0x00 */ member
527 union MPI2_SCSI_IO_CDB_UNION CDB; /* 0x40 */ member
Dmegaraid_sas_fusion.c2391 u8 *cdb = io_request->CDB.CDB32; in megasas_set_pd_lba()
2399 memset(cdb, 0, sizeof(io_request->CDB.CDB32)); in megasas_set_pd_lba()
2420 io_request->CDB.EEDP32.PrimaryReferenceTag = in megasas_set_pd_lba()
2422 io_request->CDB.EEDP32.PrimaryApplicationTagMask = cpu_to_be16(0xffff); in megasas_set_pd_lba()
2463 memset(cdb, 0, sizeof(io_request->CDB.CDB32)); in megasas_set_pd_lba()
2499 memset(cdb, 0, sizeof(io_request->CDB.CDB32)); in megasas_set_pd_lba()
3213 io_request->CDB.EEDP32.PrimaryReferenceTag = 0; in megasas_build_io_fusion()
3214 io_request->CDB.EEDP32.PrimaryApplicationTagMask = 0; in megasas_build_io_fusion()
3223 memcpy(io_request->CDB.CDB32, scp->cmnd, scp->cmd_len); in megasas_build_io_fusion()
/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,
/drivers/usb/gadget/function/
Df_tcm.c1234 memcpy(cmd->cmd_buf, cbw->CDB, cmd_len); in bot_submit_command()
Df_mass_storage.c2162 memcpy(common->cmnd, cbw->CDB, common->cmnd_size); in received_cbw()
/drivers/scsi/smartpqi/
Dsmartpqi_init.c6350 memcpy(request.cdb, iocommand.Request.CDB, iocommand.Request.CDBLen); in pqi_passthru_ioctl()