MAX_CMDSZ
uint8_t scsi_cdb[MAX_CMDSZ]; /* SCSI command words. */
uint8_t scsi_cdb[MAX_CMDSZ]; /* SCSI command words. */
uint8_t scsi_cdb[MAX_CMDSZ]; /* SCSI command words. */
uint8_t scsi_cdb[MAX_CMDSZ]; /* SCSI command words. */
uint8_t fcp_cdb[MAX_CMDSZ]; /* SCSI command words. */
host->max_cmd_len = MAX_CMDSZ;
uint8_t fcp_cdb[MAX_CMDSZ]; /* SCSI command words. */
host->max_cmd_len = MAX_CMDSZ;
uint8_t cdb[MAX_CMDSZ];
pcmdpriv->cmd_allocated_buf = kzalloc(MAX_CMDSZ + CMDBUFF_ALIGN_SZ, GFP_ATOMIC);