Searched refs:TWE_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
772 …(twe_sc, twed_sc->twed_drive->td_twe_unit, offset / TWE_BLOCK_SIZE, virtual, length / TWE_BLOCK_SI… in twed_dump()823 sc->twed_drive->td_size / ((1024 * 1024) / TWE_BLOCK_SIZE), in twed_attach()837 sc->twed_disk->d_sectorsize = TWE_BLOCK_SIZE; in twed_attach()838 sc->twed_disk->d_mediasize = TWE_BLOCK_SIZE * (off_t)sc->twed_drive->td_size; in twed_attach()843 TWE_BLOCK_SIZE << sc->twed_drive->td_stripe; in twed_attach()
154 #define TWE_BLOCK_SIZE 0x200 /* 512-byte blocks */ macro
448 cmd->io.block_count = (tr->tr_length + TWE_BLOCK_SIZE - 1) / TWE_BLOCK_SIZE; in twe_startio()491 tr->tr_length = nblks * TWE_BLOCK_SIZE; in twe_dump_blocks()