| /drivers/usb/storage/ |
| A D | ene_ub6250.c | 701 bcb->CDB[0] = 0xF1; in sd_scsi_read() 741 bcb->CDB[0] = 0xF0; in sd_scsi_write() 1167 bcb->CDB[0] = 0xF0; in ms_read_copyblock() 1168 bcb->CDB[1] = 0x08; in ms_read_copyblock() 1200 bcb->CDB[0] = 0xF2; in ms_read_eraseblock() 1201 bcb->CDB[1] = 0x06; in ms_read_eraseblock() 1277 bcb->CDB[0] = 0xF2; in ms_lib_overwrite_extra() 1278 bcb->CDB[1] = 0x05; in ms_lib_overwrite_extra() 1284 bcb->CDB[7] = 0xFF; in ms_lib_overwrite_extra() 1285 bcb->CDB[8] = 0xFF; in ms_lib_overwrite_extra() [all …]
|
| A D | initializers.c | 66 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()
|
| A D | realtek_cr.c | 221 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()
|
| A D | transport.c | 1140 memset(bcb->CDB, 0, sizeof(bcb->CDB)); in usb_stor_Bulk_transport() 1141 memcpy(bcb->CDB, srb->cmnd, bcb->Length); in usb_stor_Bulk_transport()
|
| /drivers/message/fusion/ |
| A D | mptscsih.c | 2798 CDB[0] = cmd; in mptscsih_do_cmd() 2812 CDB[0] = cmd; in mptscsih_do_cmd() 2819 CDB[0] = cmd; in mptscsih_do_cmd() 2828 CDB[0] = cmd; in mptscsih_do_cmd() 2830 CDB[1] = 0x0A; in mptscsih_do_cmd() 2832 CDB[1] = 0x02; in mptscsih_do_cmd() 2847 CDB[0] = cmd; in mptscsih_do_cmd() 2862 CDB[0] = cmd; in mptscsih_do_cmd() 2869 CDB[0] = cmd; in mptscsih_do_cmd() 2876 CDB[0] = cmd; in mptscsih_do_cmd() [all …]
|
| /drivers/scsi/ |
| A D | hpsa.c | 2646 memcpy(cp->Request.CDB, c->CDB, cp->Request.CDBLen); in complete_scsi_command() 2744 cp->Request.CDB); in complete_scsi_command() 2749 cp->Request.CDB); in complete_scsi_command() 2754 cp->Request.CDB); in complete_scsi_command() 2762 cp->Request.CDB); in complete_scsi_command() 2767 cp->Request.CDB); in complete_scsi_command() 2772 cp->Request.CDB); in complete_scsi_command() 3500 c->Request.CDB[5] = 0; in hpsa_get_enclosure_info() 5562 memset(c->Request.CDB, 0, sizeof(c->Request.CDB)); in hpsa_cmd_partial_init() 6864 memset(&c->Request.CDB[0], 0, sizeof(c->Request.CDB)); in fill_cmd() [all …]
|
| A D | wd719x.h | 36 u8 CDB[16]; /* 08-23 SCSI CDB (16 bytes as defined by ANSI spec. */ member
|
| A D | hpsa_cmd.h | 370 u8 CDB[16]; member 495 u8 CDB[16]; /* 0x40 - 0x4F */ member
|
| A D | wd719x.c | 221 memcpy(scb->CDB, cmd->cmnd, cmd->cmd_len); in wd719x_queuecommand()
|
| /drivers/scsi/mpt3sas/ |
| A D | mpt3sas_warpdrive.c | 268 v_lba = get_unaligned_be32(&mpi_request->CDB.CDB32[2]); in mpt3sas_setup_direct_io() 270 v_lba = get_unaligned_be64(&mpi_request->CDB.CDB32[2]); in mpt3sas_setup_direct_io() 293 &mpi_request->CDB.CDB32[2]); in mpt3sas_setup_direct_io() 295 put_unaligned_be64(p_lba, &mpi_request->CDB.CDB32[2]); in mpt3sas_setup_direct_io()
|
| A D | mpt3sas_ctl.c | 111 scsi_request->CDB.CDB32[0], in _ctl_display_some_debug() 163 scsi_request->CDB.CDB32[0], in _ctl_display_some_debug()
|
| A D | mpt3sas_scsih.c | 5071 mpi_request->CDB.EEDP32.PrimaryReferenceTag = in _scsih_setup_eedp() 5252 memcpy(mpi_request->CDB.CDB32, scmd->cmnd, scmd->cmd_len); in scsih_qcmd() 5750 memcpy(mpi_request->CDB.CDB32, scmd->cmnd, scmd->cmd_len); in _scsih_io_done()
|
| /drivers/message/fusion/lsi/ |
| A D | mpi_init.h | 90 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
|
| A D | mpi_targ.h | 278 U8 CDB[16]; /* 14h */ member 301 U8 CDB[16]; /* 14h */ member
|
| A D | mpi_raid.h | 188 U8 CDB[16]; /* 18h */ member
|
| A D | mpi_history.txt | 403 * 12-09-04 01.05.05 Added Target Mode Large CDB Enable to FC Port Page 1
|
| /drivers/scsi/mpt3sas/mpi/ |
| A D | mpi2_init.h | 77 U8 CDB[20]; /*0x00 */ member 123 MPI2_SCSI_IO_CDB_UNION CDB; /*0x40 */ member 275 MPI25_SCSI_IO_CDB_UNION CDB; /*0x40 */ member
|
| /drivers/net/wireless/intel/iwlwifi/pcie/ |
| A D | drv.c | 587 #define CDB .match_cdb = 1, .cdb = 1 macro 1009 IWL_DEV_INFO(iwl_rf_gf, iwl_ax411_name, RF_TYPE(GF), CDB), 1036 IWL_DEV_INFO(iwl_rf_fm, iwl_be401_name, RF_TYPE(FM), CDB),
|
| /drivers/scsi/megaraid/ |
| A D | megaraid_sas_fusion.h | 334 u8 CDB[20]; /* 0x00 */ member 527 union MPI2_SCSI_IO_CDB_UNION CDB; /* 0x40 */ member
|
| A D | megaraid_sas_fusion.c | 2395 u8 *cdb = io_request->CDB.CDB32; in megasas_set_pd_lba() 2403 memset(cdb, 0, sizeof(io_request->CDB.CDB32)); in megasas_set_pd_lba() 2424 io_request->CDB.EEDP32.PrimaryReferenceTag = in megasas_set_pd_lba() 2426 io_request->CDB.EEDP32.PrimaryApplicationTagMask = cpu_to_be16(0xffff); in megasas_set_pd_lba() 2467 memset(cdb, 0, sizeof(io_request->CDB.CDB32)); in megasas_set_pd_lba() 2503 memset(cdb, 0, sizeof(io_request->CDB.CDB32)); in megasas_set_pd_lba() 3216 io_request->CDB.EEDP32.PrimaryReferenceTag = 0; in megasas_build_io_fusion() 3217 io_request->CDB.EEDP32.PrimaryApplicationTagMask = 0; in megasas_build_io_fusion() 3226 memcpy(io_request->CDB.CDB32, scp->cmnd, scp->cmd_len); in megasas_build_io_fusion()
|
| /drivers/scsi/aic7xxx/ |
| A D | aic79xx.reg | 1317 * 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 */
|
| A D | aic79xx.seq | 902 * 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
|
| A D | aic7xxx.seq | 1627 * If we are identified and have successfully sent the CDB,
|
| /drivers/usb/gadget/function/ |
| A D | f_tcm.c | 1537 memcpy(cmd->cmd_buf, cbw->CDB, cmd_len); in bot_submit_command()
|
| A D | f_mass_storage.c | 2237 memcpy(common->cmnd, cbw->CDB, common->cmnd_size); in received_cbw()
|