Lines Matching refs:block
489 unsigned long block, blocks; in jumpshot_transport() local
541 block = ((u32)(srb->cmnd[2]) << 24) | ((u32)(srb->cmnd[3]) << 16) | in jumpshot_transport()
547 block, blocks); in jumpshot_transport()
548 return jumpshot_read_data(us, info, block, blocks); in jumpshot_transport()
554 block = ((u32)(srb->cmnd[2]) << 24) | ((u32)(srb->cmnd[3]) << 16) | in jumpshot_transport()
561 block, blocks); in jumpshot_transport()
562 return jumpshot_read_data(us, info, block, blocks); in jumpshot_transport()
566 block = ((u32)(srb->cmnd[2]) << 24) | ((u32)(srb->cmnd[3]) << 16) | in jumpshot_transport()
572 block, blocks); in jumpshot_transport()
573 return jumpshot_write_data(us, info, block, blocks); in jumpshot_transport()
579 block = ((u32)(srb->cmnd[2]) << 24) | ((u32)(srb->cmnd[3]) << 16) | in jumpshot_transport()
586 block, blocks); in jumpshot_transport()
587 return jumpshot_write_data(us, info, block, blocks); in jumpshot_transport()