Searched refs:SCSI_MAX_WRITE_BLK (Results 1 – 1 of 1) sorted by relevance
217 #define SCSI_MAX_WRITE_BLK 0xFFFF macro248 if (blks > SCSI_MAX_WRITE_BLK) { in scsi_write()250 SCSI_MAX_WRITE_BLK); in scsi_write()251 smallblks = SCSI_MAX_WRITE_BLK; in scsi_write()253 start += SCSI_MAX_WRITE_BLK; in scsi_write()254 blks -= SCSI_MAX_WRITE_BLK; in scsi_write()