Searched refs:MAX_CMDSZ (Results 1 – 11 of 11) sorted by relevance
513 #define MAX_CMDSZ 12 /* SCSI maximum CDB size. */ macro528 uint8_t scsi_cdb[MAX_CMDSZ]; /* SCSI command words. */655 uint8_t scsi_cdb[MAX_CMDSZ]; /* SCSI command words. */
30 #define MAX_CMDSZ 1024 macro
37 #define MAX_CMDSZ 512 macro
67 pcmdpriv->cmd_allocated_buf = kmalloc(MAX_CMDSZ + CMDBUFF_ALIGN_SZ, in _init_cmd_priv()
46 uint8_t fcp_cdb[MAX_CMDSZ]; /* SCSI command words. */
410 uint8_t cdb[MAX_CMDSZ];
252 #define MAX_CMDSZ 16 /* SCSI maximum CDB size. */ macro1555 uint8_t scsi_cdb[MAX_CMDSZ]; /* SCSI command words. */1581 uint8_t scsi_cdb[MAX_CMDSZ]; /* SCSI command words. */
491 host->max_cmd_len = MAX_CMDSZ; in qla24xx_create_vhost()
501 uint8_t fcp_cdb[MAX_CMDSZ]; /* SCSI command words. */
2613 host->max_cmd_len = MAX_CMDSZ; in qla2x00_probe_one()
27 #define MAX_CMDSZ 1024 macro