other versions
ATA_SAS_QUEUECMD(9) | libata SCSI translation/emulat | ATA_SAS_QUEUECMD(9) |
NAME¶
ata_sas_queuecmd - Issue SCSI cdb to libata-managed device
SYNOPSIS¶
int ata_sas_queuecmd(struct scsi_cmnd * cmd, struct ata_port * ap);
ARGUMENTS¶
struct scsi_cmnd * cmd
SCSI command to be sent
struct ata_port * ap
ATA port to which the command is being sent
RETURN¶
Return value from __ata_scsi_queuecmd if cmd can be queued, 0 otherwise.
AUTHOR¶
Jeff Garzik
Author.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |