1ATA_SCSIOP_NOOP(9)      libata SCSI translation/emulat      ATA_SCSIOP_NOOP(9)
2
3
4

NAME

6       ata_scsiop_noop - Command handler that simply returns success.
7

SYNOPSIS

9       unsigned int ata_scsiop_noop(struct ata_scsi_args * args, u8 * rbuf);
10

ARGUMENTS

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

DESCRIPTION

19       No operation. Simply returns success to caller, to indicate that the
20       caller should successfully complete this SCSI command.
21

LOCKING

23       spin_lock_irqsave(host lock)
24

AUTHOR

26       Jeff Garzik
27           Author.
28
30Kernel Hackers Manual 3.10         June 2019                ATA_SCSIOP_NOOP(9)
Impressum