/freebsd/sys/dev/mps/ |
H A D | mps_sas.c | 1791 bcopy(csio->cdb_io.cdb_ptr, &req->CDB.CDB32[0], csio->cdb_len); in mpssas_action_scsiio() 1793 bcopy(csio->cdb_io.cdb_bytes, &req->CDB.CDB32[0],csio->cdb_len); in mpssas_action_scsiio() 1802 eedp_flags = op_code_prot[req->CDB.CDB32[0]]; in mpssas_action_scsiio() 1827 ref_tag_addr = (uint8_t *)&req->CDB.EEDP32. in mpssas_action_scsiio() 1831 req->CDB.CDB32[lba_byte + i]; in mpssas_action_scsiio() 1834 req->CDB.EEDP32.PrimaryReferenceTag = in mpssas_action_scsiio() 1835 htole32(req->CDB.EEDP32.PrimaryReferenceTag); in mpssas_action_scsiio() 1836 req->CDB.EEDP32.PrimaryApplicationTagMask = in mpssas_action_scsiio() 1838 req->CDB.CDB32[1] = (req->CDB.CDB32[1] & 0x1F) | in mpssas_action_scsiio() 1844 req->CDB.CDB32[10] = (req->CDB.CDB32[10] & in mpssas_action_scsiio() [all …]
|
/freebsd/sys/dev/pms/freebsd/driver/ini/src/ |
H A D | agtiapi.c | 2583 U08 *CDB; in agtiapi_PrepareSGListCB() local 2710 CDB = &pScsiCmnd->cdb[0]; in agtiapi_PrepareSGListCB() 2712 switch (CDB[0]) in agtiapi_PrepareSGListCB() 2740 start_lba = ((CDB[1] & 0x1f) << 16) | in agtiapi_PrepareSGListCB() 2741 (CDB[2] << 8) | in agtiapi_PrepareSGListCB() 2742 (CDB[3]); in agtiapi_PrepareSGListCB() 2752 start_lba = (CDB[2] << 24) | in agtiapi_PrepareSGListCB() 2753 (CDB[3] << 16) | in agtiapi_PrepareSGListCB() 2754 (CDB[4] << 8) | in agtiapi_PrepareSGListCB() 2755 (CDB[5]); in agtiapi_PrepareSGListCB() [all …]
|
/freebsd/sys/dev/mpt/mpilib/ |
H A D | mpi_init.h | 116 U8 CDB[16]; /* 18h */ member 241 U8 CDB[20]; /* 00h */ member 251 U8 CDB[16]; /* 00h */ member 298 MPI_SCSI_IO32_CDB_UNION CDB; /* 18h */ member
|
H A D | mpi_raid.h | 208 U8 CDB[16]; /* 18h */ member
|
H A D | mpi_targ.h | 296 U8 CDB[16]; /* 14h */ member 318 U8 CDB[16]; /* 14h */ member
|
/freebsd/contrib/sendmail/include/libsmdb/ |
H A D | smdb.h | 336 # if CDB >= 2 380 # if CDB
|
/freebsd/sys/dev/mpi3mr/mpi/ |
H A D | mpi30_init.h | 53 U8 CDB[20]; /* 0x00 */ member 83 MPI3_SCSI_IO_CDB_UNION CDB; /* 0x20 */ member
|
H A D | mpi30_targ.h | 64 U8 CDB[16]; /* 0x24 */ member
|
/freebsd/sys/dev/mpr/mpi/ |
H A D | mpi2_init.h | 107 U8 CDB[20]; /* 0x00 */ member 155 MPI2_SCSI_IO_CDB_UNION CDB; /* 0x40 */ member 309 MPI25_SCSI_IO_CDB_UNION CDB; /* 0x40 */ member
|
H A D | mpi2_targ.h | 193 U8 CDB[16]; /* 0x24 */ member
|
/freebsd/sys/dev/mps/mpi/ |
H A D | mpi2_init.h | 87 U8 CDB[20]; /* 0x00 */ member 134 MPI2_SCSI_IO_CDB_UNION CDB; /* 0x40 */ member
|
H A D | mpi2_targ.h | 178 U8 CDB[16]; /* 0x24 */ member
|
/freebsd/contrib/sendmail/libsmdb/ |
H A D | smdb.c | 511 #if CDB 543 #if CDB
|
H A D | smcdb.c | 20 #if CDB
|
/freebsd/contrib/sendmail/src/ |
H A D | conf.h | 247 #if CDB >= 2
|
H A D | map.h | 118 #if CDB
|
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_ioctl.h | 101 BYTE CDB[16]; member
|
H A D | smartpqi_ioctl.c | 304 memcpy(request.cmd.cdb, iocommand->Request.CDB, iocommand->Request.CDBLen); in pqisrc_passthru_ioctl()
|
/freebsd/sys/dev/mpr/ |
H A D | mpr_sas.c | 2039 bcopy(csio->cdb_io.cdb_ptr, &req->CDB.CDB32[0], csio->cdb_len); in mprsas_action_scsiio() 2044 bcopy(csio->cdb_io.cdb_bytes, &req->CDB.CDB32[0],csio->cdb_len); in mprsas_action_scsiio() 2054 eedp_flags = op_code_prot[req->CDB.CDB32[0]]; in mprsas_action_scsiio() 2083 ref_tag_addr = (uint8_t *)&req->CDB.EEDP32. in mprsas_action_scsiio() 2087 req->CDB.CDB32[lba_byte + i]; in mprsas_action_scsiio() 2090 req->CDB.EEDP32.PrimaryReferenceTag = in mprsas_action_scsiio() 2092 CDB.EEDP32.PrimaryReferenceTag); in mprsas_action_scsiio() 2093 req->CDB.EEDP32.PrimaryApplicationTagMask = in mprsas_action_scsiio() 2095 req->CDB.CDB32[1] = in mprsas_action_scsiio() 2096 (req->CDB.CDB32[1] & 0x1F) | 0x20; in mprsas_action_scsiio() [all …]
|
/freebsd/sys/dev/ciss/ |
H A D | cissio.h | 153 u_int8_t CDB[16]; member
|
/freebsd/sys/dev/mrsas/ |
H A D | mrsas_fp.c | 1368 u_int8_t *cdb = io_request->CDB.CDB32; in mrsas_set_pd_lba() 1377 memset(cdb, 0, sizeof(io_request->CDB.CDB32)); in mrsas_set_pd_lba() 1398 io_request->CDB.EEDP32.PrimaryReferenceTag = htobe32(ref_tag); in mrsas_set_pd_lba() 1399 io_request->CDB.EEDP32.PrimaryApplicationTagMask = htobe16(0xffff); in mrsas_set_pd_lba() 1439 memset(cdb, 0, sizeof(io_request->CDB.CDB32)); in mrsas_set_pd_lba() 1473 memset(cdb, 0, sizeof(io_request->CDB.CDB32)); in mrsas_set_pd_lba() 1493 memset(cdb, 0, sizeof(io_request->CDB.CDB32)); in mrsas_set_pd_lba()
|
/freebsd/sys/dev/hptmv/ |
H A D | readme.txt | 14 Fix 16 bytes CDB support. 18 Add 16 bytes CDB support.
|
/freebsd/sys/dev/mfi/ |
H A D | mfi_tbolt.c | 891 bzero(io_request->CDB.CDB32, sizeof(io_request->CDB.CDB32)); in mfi_tbolt_build_io() 900 mfi_cmd->cm_frame->io.header.data_len, io_request->CDB.CDB32); in mfi_tbolt_build_io()
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic79xx.reg | 1254 * Scb offset for the CDB length field in initiator SCBs. 1286 * Scb offset for the first byte in the CDB for initiator SCBs. 1377 * CDB Limit 1378 * The size, in bytes, of the embedded CDB field in initator SCBs. 3773 * Target-mode CDB type to CDB length table used 3833 * Only valid if CDB length is less than 13 bytes or 3834 * we are using a CDB pointer. Otherwise contains 3873 field SCB_CDB_LEN_PTR 0x80 /* CDB in host memory */
|
/freebsd/sys/dev/mpt/ |
H A D | mpt_cam.c | 2156 bcopy(csio->cdb_io.cdb_ptr, mpt_req->CDB, csio->cdb_len); in mpt_start() 2158 bcopy(csio->cdb_io.cdb_bytes, mpt_req->CDB, csio->cdb_len); in mpt_start() 2172 "SCSI_IO_REQUEST" : "SCSI_IO_PASSTHRU", mpt_req->CDB[0]); in mpt_start() 2611 if (scsi_req->CDB[0] == INQUIRY && (scsi_req->CDB[1] & SI_EVPD) == 0) { in mpt_scsi_reply_handler() 3231 sizeof (((PTR_MSG_SCSI_IO_REQUEST)0)->CDB)) { in mpt_action() 4931 cdbp = ssp->CDB; in mpt_scsi_tgt_atio() 4937 cdbp = sp->CDB; in mpt_scsi_tgt_atio()
|