Home
last modified time | relevance | path

Searched refs:SCSI_MAX_WRITE_BLK (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/scsi/
H A Dscsi.c217 #define SCSI_MAX_WRITE_BLK 0xFFFF macro
248 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()