Home
last modified time | relevance | path

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

123

/src/sys/dev/mps/
H A Dmps_sas.c1795 bcopy(csio->cdb_io.cdb_ptr, &req->CDB.CDB32[0], csio->cdb_len); in mpssas_action_scsiio()
1797 bcopy(csio->cdb_io.cdb_bytes, &req->CDB.CDB32[0],csio->cdb_len); in mpssas_action_scsiio()
1806 eedp_flags = op_code_prot[req->CDB.CDB32[0]]; in mpssas_action_scsiio()
1831 ref_tag_addr = (uint8_t *)&req->CDB.EEDP32. in mpssas_action_scsiio()
1835 req->CDB.CDB32[lba_byte + i]; in mpssas_action_scsiio()
1838 req->CDB.EEDP32.PrimaryReferenceTag = in mpssas_action_scsiio()
1839 htole32(req->CDB.EEDP32.PrimaryReferenceTag); in mpssas_action_scsiio()
1840 req->CDB.EEDP32.PrimaryApplicationTagMask = in mpssas_action_scsiio()
1842 req->CDB.CDB32[1] = (req->CDB.CDB32[1] & 0x1F) | in mpssas_action_scsiio()
1848 req->CDB.CDB32[10] = (req->CDB.CDB32[10] & in mpssas_action_scsiio()
[all …]
/src/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c2583 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 …]
/src/sys/dev/mpt/mpilib/
H A Dmpi_init.h116 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 Dmpi_raid.h208 U8 CDB[16]; /* 18h */ member
H A Dmpi_targ.h296 U8 CDB[16]; /* 14h */ member
318 U8 CDB[16]; /* 14h */ member
/src/contrib/sendmail/include/libsmdb/
H A Dsmdb.h336 # if CDB >= 2
380 # if CDB
/src/sys/dev/mpi3mr/mpi/
H A Dmpi30_init.h54 U8 CDB[20]; /* 0x00 */ member
84 MPI3_SCSI_IO_CDB_UNION CDB; /* 0x20 */ member
H A Dmpi30_targ.h65 U8 CDB[16]; /* 0x24 */ member
/src/sys/dev/mpr/mpi/
H A Dmpi2_init.h107 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 Dmpi2_targ.h193 U8 CDB[16]; /* 0x24 */ member
/src/sys/dev/mps/mpi/
H A Dmpi2_init.h87 U8 CDB[20]; /* 0x00 */ member
134 MPI2_SCSI_IO_CDB_UNION CDB; /* 0x40 */ member
H A Dmpi2_targ.h178 U8 CDB[16]; /* 0x24 */ member
/src/contrib/sendmail/libsmdb/
H A Dsmdb.c511 #if CDB
543 #if CDB
H A Dsmcdb.c20 #if CDB
/src/contrib/sendmail/src/
H A Dconf.h247 #if CDB >= 2
H A Dmap.h118 #if CDB
/src/sys/dev/smartpqi/
H A Dsmartpqi_ioctl.h101 BYTE CDB[16]; member
H A Dsmartpqi_ioctl.c315 memcpy(request.cmd.cdb, iocommand->Request.CDB, iocommand->Request.CDBLen); in pqisrc_passthru_ioctl()
507 memcpy(request.cmd.cdb, iocommand->Request.CDB, iocommand->Request.CDBLen); in pqisrc_big_passthru_ioctl()
/src/sys/dev/ciss/
H A Dcissio.h153 u_int8_t CDB[16]; member
/src/sys/dev/mpr/
H A Dmpr_sas.c2043 bcopy(csio->cdb_io.cdb_ptr, &req->CDB.CDB32[0], csio->cdb_len); in mprsas_action_scsiio()
2048 bcopy(csio->cdb_io.cdb_bytes, &req->CDB.CDB32[0],csio->cdb_len); in mprsas_action_scsiio()
2058 eedp_flags = op_code_prot[req->CDB.CDB32[0]]; in mprsas_action_scsiio()
2087 ref_tag_addr = (uint8_t *)&req->CDB.EEDP32. in mprsas_action_scsiio()
2091 req->CDB.CDB32[lba_byte + i]; in mprsas_action_scsiio()
2094 req->CDB.EEDP32.PrimaryReferenceTag = in mprsas_action_scsiio()
2096 CDB.EEDP32.PrimaryReferenceTag); in mprsas_action_scsiio()
2097 req->CDB.EEDP32.PrimaryApplicationTagMask = in mprsas_action_scsiio()
2099 req->CDB.CDB32[1] = in mprsas_action_scsiio()
2100 (req->CDB.CDB32[1] & 0x1F) | 0x20; in mprsas_action_scsiio()
[all …]
/src/sys/dev/mrsas/
H A Dmrsas_fp.c1368 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()
/src/sys/dev/hptmv/
H A Dreadme.txt14 Fix 16 bytes CDB support.
18 Add 16 bytes CDB support.
/src/sys/dev/mfi/
H A Dmfi_tbolt.c891 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()
/src/sys/dev/aic7xxx/
H A Daic79xx.reg1254 * 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 */
/src/sys/contrib/dev/iwlwifi/pcie/
H A Ddrv.c594 #define CDB .match_cdb = 1, .cdb = 1 macro
1024 IWL_DEV_INFO(iwl_rf_gf, iwl_ax411_name, RF_TYPE(GF), CDB),
1051 IWL_DEV_INFO(iwl_rf_fm, iwl_be401_name, RF_TYPE(FM), CDB),

123