Searched refs:now_blocks (Results 1 – 1 of 1) sorted by relevance
802 u16 now_blocks; /* number of blocks per iteration */ in ata_scsiop_read_write() local805 now_blocks = min((u16)MAX_SATA_BLOCKS_READ_WRITE, blocks); in ata_scsiop_read_write()807 transfer_size = ATA_SECT_SIZE * now_blocks; in ata_scsiop_read_write()833 fis[12] = (now_blocks >> 0) & 0xff; in ata_scsiop_read_write()834 fis[13] = (now_blocks >> 8) & 0xff; in ata_scsiop_read_write()857 blocks -= now_blocks; in ata_scsiop_read_write()858 lba += now_blocks; in ata_scsiop_read_write()