Name
ata_scsi_dump_cdb —
dump SCSI command contents to dmesg
Synopsis
void ata_scsi_dump_cdb (
struct ata_port * ap, struct scsi_cmnd * cmd)
;
Arguments
ap
ATA port to which the command was being sent
cmd
SCSI command to dump
Description
Prints the contents of a SCSI command via printk
.