1ATA_SCSIOP_NOOP(9) libata SCSI translation/emulat ATA_SCSIOP_NOOP(9)
2
3
4
6 ata_scsiop_noop - Command handler that simply returns success.
7
9 unsigned int ata_scsiop_noop(struct ata_scsi_args * args, u8 * rbuf);
10
12 args
13 device IDENTIFY data / SCSI command of interest.
14
15 rbuf
16 Response buffer, to which simulated SCSI cmd output is sent.
17
19 No operation. Simply returns success to caller, to indicate that the
20 caller should successfully complete this SCSI command.
21
23 spin_lock_irqsave(host lock)
24
26 Jeff Garzik
27 Author.
28
30Kernel Hackers Manual 3.10 June 2019 ATA_SCSIOP_NOOP(9)