Lines Matching refs:blocks
490 unsigned long block, blocks; in jumpshot_transport() local
545 blocks = ((u32)(srb->cmnd[7]) << 8) | ((u32)(srb->cmnd[8])); in jumpshot_transport()
548 block, blocks); in jumpshot_transport()
549 return jumpshot_read_data(us, info, block, blocks); in jumpshot_transport()
558 blocks = ((u32)(srb->cmnd[6]) << 24) | ((u32)(srb->cmnd[7]) << 16) | in jumpshot_transport()
562 block, blocks); in jumpshot_transport()
563 return jumpshot_read_data(us, info, block, blocks); in jumpshot_transport()
570 blocks = ((u32)(srb->cmnd[7]) << 8) | ((u32)(srb->cmnd[8])); in jumpshot_transport()
573 block, blocks); in jumpshot_transport()
574 return jumpshot_write_data(us, info, block, blocks); in jumpshot_transport()
583 blocks = ((u32)(srb->cmnd[6]) << 24) | ((u32)(srb->cmnd[7]) << 16) | in jumpshot_transport()
587 block, blocks); in jumpshot_transport()
588 return jumpshot_write_data(us, info, block, blocks); in jumpshot_transport()