taglinefilesource code
max_cmd_size686drivers/scsi/53c7,8xx.cint script_len = 0, dsa_len = 0, size = 0, max_cmd_size = 0;
max_cmd_size725drivers/scsi/53c7,8xx.cmax_cmd_size = sizeof(struct NCR53c7x0_cmd) + dsa_len +
max_cmd_size758drivers/scsi/53c7,8xx.csize = sizeof(struct NCR53c7x0_hostdata) + script_len + max_cmd_size;
max_cmd_size825drivers/scsi/53c7,8xx.chostdata->max_cmd_size = max_cmd_size;
max_cmd_size831drivers/scsi/53c7,8xx.chostdata->free->size = max_cmd_size;
max_cmd_size2394drivers/scsi/53c7,8xx.csize = (hostdata->max_cmd_size + 511) / 512 * 512;
max_cmd_size2402drivers/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