Name
ata_gen_fixed_sense —
generate a SCSI fixed sense block
Synopsis
void ata_gen_fixed_sense (
struct ata_queued_cmd * qc)
;
Arguments
qc
Command that we are erroring out
Description
Leverage ata_to_sense_error
to give us the codes. Fit our
LBA in here if there's room.
LOCKING
inherited from caller