Lines Matching refs:block
487 unsigned long block, blocks; in jumpshot_transport() local
539 block = ((u32)(srb->cmnd[2]) << 24) | ((u32)(srb->cmnd[3]) << 16) | in jumpshot_transport()
545 block, blocks); in jumpshot_transport()
546 return jumpshot_read_data(us, info, block, blocks); in jumpshot_transport()
552 block = ((u32)(srb->cmnd[2]) << 24) | ((u32)(srb->cmnd[3]) << 16) | in jumpshot_transport()
559 block, blocks); in jumpshot_transport()
560 return jumpshot_read_data(us, info, block, blocks); in jumpshot_transport()
564 block = ((u32)(srb->cmnd[2]) << 24) | ((u32)(srb->cmnd[3]) << 16) | in jumpshot_transport()
570 block, blocks); in jumpshot_transport()
571 return jumpshot_write_data(us, info, block, blocks); in jumpshot_transport()
577 block = ((u32)(srb->cmnd[2]) << 24) | ((u32)(srb->cmnd[3]) << 16) | in jumpshot_transport()
584 block, blocks); in jumpshot_transport()
585 return jumpshot_write_data(us, info, block, blocks); in jumpshot_transport()