Searched refs:MAX_CMDSZ (Results 1 - 7 of 7) sorted by relevance

/drivers/scsi/
H A Dqla1280.h513 #define MAX_CMDSZ 12 /* SCSI maximum CDB size. */ macro
528 uint8_t scsi_cdb[MAX_CMDSZ]; /* SCSI command words. */
655 uint8_t scsi_cdb[MAX_CMDSZ]; /* SCSI command words. */
/drivers/staging/rtl8712/
H A Drtl871x_cmd.h37 #define MAX_CMDSZ 512 macro
H A Drtl871x_cmd.c69 pcmdpriv->cmd_allocated_buf = _malloc(MAX_CMDSZ + CMDBUFF_ALIGN_SZ);
/drivers/scsi/qla2xxx/
H A Dqla_def.h168 #define MAX_CMDSZ 16 /* SCSI maximum CDB size. */ macro
1279 uint8_t scsi_cdb[MAX_CMDSZ]; /* SCSI command words. */
1305 uint8_t scsi_cdb[MAX_CMDSZ]; /* SCSI command words. */
H A Dqla_mid.c478 host->max_cmd_len = MAX_CMDSZ;
H A Dqla_fw.h459 uint8_t fcp_cdb[MAX_CMDSZ]; /* SCSI command words. */
H A Dqla_os.c2406 host->max_cmd_len = MAX_CMDSZ;

Completed in 92 milliseconds