1ATA_SCSIOP_READ_CAP(9) libata SCSI translation/emulat ATA_SCSIOP_READ_CAP(9)
2
3
4
6 ata_scsiop_read_cap - Simulate READ CAPACITY[ 16] commands
7
9 unsigned int ata_scsiop_read_cap(struct ata_scsi_args * args,
10 u8 * rbuf);
11
13 args
14 device IDENTIFY data / SCSI command of interest.
15
16 rbuf
17 Response buffer, to which simulated SCSI cmd output is sent.
18
20 Simulate READ CAPACITY commands.
21
23 None.
24
26 Jeff Garzik
27 Author.
28
30Kernel Hackers Manual 2.6. June 2019 ATA_SCSIOP_READ_CAP(9)