taglinefilesource code
max_cmd_size688drivers/scsi/53c7,8xx.cint script_len = 0, dsa_len = 0, size = 0, max_cmd_size = 0;
max_cmd_size727drivers/scsi/53c7,8xx.cmax_cmd_size = sizeof(struct NCR53c7x0_cmd) + dsa_len +
max_cmd_size760drivers/scsi/53c7,8xx.csize = sizeof(struct NCR53c7x0_hostdata) + script_len + max_cmd_size;
max_cmd_size827drivers/scsi/53c7,8xx.chostdata->max_cmd_size = max_cmd_size;
max_cmd_size833drivers/scsi/53c7,8xx.chostdata->free->size = max_cmd_size;
max_cmd_size2396drivers/scsi/53c7,8xx.csize = (hostdata->max_cmd_size + 511) / 512 * 512;
max_cmd_size2404drivers/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