Lines Matching refs:blocks
487 unsigned long block, blocks; in jumpshot_transport() local
542 blocks = ((u32)(srb->cmnd[7]) << 8) | ((u32)(srb->cmnd[8])); in jumpshot_transport()
545 block, blocks); in jumpshot_transport()
546 return jumpshot_read_data(us, info, block, blocks); in jumpshot_transport()
555 blocks = ((u32)(srb->cmnd[6]) << 24) | ((u32)(srb->cmnd[7]) << 16) | in jumpshot_transport()
559 block, blocks); in jumpshot_transport()
560 return jumpshot_read_data(us, info, block, blocks); in jumpshot_transport()
567 blocks = ((u32)(srb->cmnd[7]) << 8) | ((u32)(srb->cmnd[8])); in jumpshot_transport()
570 block, blocks); in jumpshot_transport()
571 return jumpshot_write_data(us, info, block, blocks); in jumpshot_transport()
580 blocks = ((u32)(srb->cmnd[6]) << 24) | ((u32)(srb->cmnd[7]) << 16) | in jumpshot_transport()
584 block, blocks); in jumpshot_transport()
585 return jumpshot_write_data(us, info, block, blocks); in jumpshot_transport()