taglinefilesource code
max_cmd_size682drivers/scsi/53c7,8xx.cint script_len = 0, dsa_len = 0, size = 0, max_cmd_size = 0;
max_cmd_size721drivers/scsi/53c7,8xx.cmax_cmd_size = sizeof(struct NCR53c7x0_cmd) + dsa_len +
max_cmd_size754drivers/scsi/53c7,8xx.csize = sizeof(struct NCR53c7x0_hostdata) + script_len + max_cmd_size;
max_cmd_size821drivers/scsi/53c7,8xx.chostdata->max_cmd_size = max_cmd_size;
max_cmd_size827drivers/scsi/53c7,8xx.chostdata->free->size = max_cmd_size;
max_cmd_size2389drivers/scsi/53c7,8xx.csize = (hostdata->max_cmd_size + 511) / 512 * 512;
max_cmd_size2397drivers/scsi/53c7,8xx.csize = hostdata->max_cmd_size + sizeof(void*);
max_cmd_size1253drivers/scsi/53c7,8xx.hint max_cmd_size;        /* Maximum size of NCR53c7x0_cmd