Searched refs:SCSI_MAX_WRITE_BLK (Results 1 – 1 of 1) sorted by relevance
220 #define SCSI_MAX_WRITE_BLK 0xFFFF macro252 if (blks > SCSI_MAX_WRITE_BLK) { in scsi_write()254 SCSI_MAX_WRITE_BLK); in scsi_write()255 smallblks = SCSI_MAX_WRITE_BLK; in scsi_write()257 start += SCSI_MAX_WRITE_BLK; in scsi_write()258 blks -= SCSI_MAX_WRITE_BLK; in scsi_write()