Home
last modified time | relevance | path

Searched refs:MAX_CMDSZ (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h65 #define MAX_CMDSZ 16 /* SCSI maximum CDB size. */ macro
82 uint8_t scsi_cdb[MAX_CMDSZ]; /* SCSI command words. */
116 uint8_t scsi_cdb[MAX_CMDSZ]; /* SCSI command bytes. */
155 uint8_t scsi_cdb[MAX_CMDSZ];
209 uint8_t scsi_cdb[MAX_CMDSZ]; /* SCSI command words. */
236 uint8_t scsi_cdb[MAX_CMDSZ]; /* SCSI command words. */
879 uint8_t cdb[MAX_CMDSZ];
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c500 pkt->scsi_cdb, MAX_CMDSZ, DDI_DEV_AUTOINCR); in ql_command_iocb()
739 MAX_CMDSZ, DDI_DEV_AUTOINCR); in ql_command_24xx_iocb()
740 for (cnt = 0; cnt < MAX_CMDSZ; cnt += 4) { in ql_command_24xx_iocb()
886 MAX_CMDSZ, DDI_DEV_AUTOINCR); in ql_cmd_24xx_type_6_iocb()
H A Dql_xioctl.c2355 for (cnt = 0; cnt < MAX_CMDSZ; in ql_scsi_passthru()
4195 for (cnt = 0; cnt < MAX_CMDSZ; cnt += 4) { in ql_report_lun()
4543 for (cnt = 0; cnt < MAX_CMDSZ; cnt += 4) { in ql_inq()