Lines Matching refs:blocks
489 unsigned long block, blocks; in jumpshot_transport() local
544 blocks = ((u32)(srb->cmnd[7]) << 8) | ((u32)(srb->cmnd[8])); in jumpshot_transport()
547 block, blocks); in jumpshot_transport()
548 return jumpshot_read_data(us, info, block, blocks); in jumpshot_transport()
557 blocks = ((u32)(srb->cmnd[6]) << 24) | ((u32)(srb->cmnd[7]) << 16) | in jumpshot_transport()
561 block, blocks); in jumpshot_transport()
562 return jumpshot_read_data(us, info, block, blocks); in jumpshot_transport()
569 blocks = ((u32)(srb->cmnd[7]) << 8) | ((u32)(srb->cmnd[8])); in jumpshot_transport()
572 block, blocks); in jumpshot_transport()
573 return jumpshot_write_data(us, info, block, blocks); in jumpshot_transport()
582 blocks = ((u32)(srb->cmnd[6]) << 24) | ((u32)(srb->cmnd[7]) << 16) | in jumpshot_transport()
586 block, blocks); in jumpshot_transport()
587 return jumpshot_write_data(us, info, block, blocks); in jumpshot_transport()