Home
last modified time | relevance | path

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

12

/linux/Documentation/scsi/
H A Dadvansys.rst13 The CDB counts below indicate the number of SCSI CDB (Command
15 cache and board LRAM. A CDB is a single SCSI command. The driver
21 - ABP-480 - Bus-Master CardBus (16 CDB)
24 - ABP510/5150 - Bus-Master ISA (240 CDB)
25 - ABP5140 - Bus-Master ISA PnP (16 CDB)
26 - ABP5142 - Bus-Master ISA PnP with floppy (16 CDB)
27 - ABP902/3902 - Bus-Master PCI (16 CDB)
28 - ABP3905 - Bus-Master PCI (16 CDB)
29 - ABP915 - Bus-Master PCI (16 CDB)
30 - ABP920 - Bus-Master PCI (16 CDB)
[all …]
H A DChangeLog.ips47 - Don't Send CDB's if we already know the device is not present
H A 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."
H A DChangeLog.megaraid338 5. Fixed Tape drive issue : For any Direct CDB command to physical device
H A DBusLogic.rst521 error from the Target Device. The CDB and Sense Data will be printed for
/linux/drivers/usb/storage/
H A 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 …]
H A Dtransport.c1140 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()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_warpdrive.c268 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()
/linux/drivers/message/fusion/lsi/
H A 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
H A Dmpi_raid.h188 U8 CDB[16]; /* 18h */ member
H A Dmpi_targ.h278 U8 CDB[16]; /* 14h */ member
301 U8 CDB[16]; /* 14h */ member
H A Dmpi_history.txt403 * 12-09-04 01.05.05 Added Target Mode Large CDB Enable to FC Port Page 1
/linux/drivers/scsi/mpt3sas/mpi/
H A 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
/linux/include/uapi/linux/
H A Dcciss_defs.h104 BYTE CDB[16]; member
/linux/drivers/scsi/
H A Dwd719x.h36 u8 CDB[16]; /* 08-23 SCSI CDB (16 bytes as defined by ANSI spec. */ member
H A Dhpsa_cmd.h370 u8 CDB[16]; member
495 u8 CDB[16]; /* 0x40 - 0x4F */ member
/linux/Documentation/driver-api/
H A Dlibata.rst459 transfers CDB and hands off processing to interrupt handler.
648 - !BSY && ERR after CDB transfer starts but before the last byte of CDB
681 - !BSY && ERR(==CHK) && !ABRT after the last byte of CDB is transferred
684 - !BSY && ERR(==CHK) && ABRT after the last byte of CDB is transferred
753 in the STATUS register after the last byte of CDB is transferred for a
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.h334 u8 CDB[20]; /* 0x00 */ member
527 union MPI2_SCSI_IO_CDB_UNION CDB; /* 0x40 */ member
H A Dmegaraid_sas_fusion.c2395 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()
/linux/drivers/scsi/aic7xxx/
H A 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 */
H A 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
H A Daic7xxx.seq1627 * If we are identified and have successfully sent the CDB,
/linux/Documentation/target/
H A Dtcmu-design.rst171 tcmu_cmd_entry. Userspace finds the SCSI CDB (Command Data Block) via
/linux/drivers/usb/gadget/function/
H A Df_tcm.c1537 memcpy(cmd->cmd_buf, cbw->CDB, cmd_len); in bot_submit_command()
H A Df_mass_storage.c2237 memcpy(common->cmnd, cbw->CDB, common->cmnd_size); in received_cbw()

12