ATA_SCSI_FIND_DEV

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

ata_scsi_find_dev - lookup ata_device from scsi_cmnd  

SYNOPSIS

"SYNOPSIS"

struct ata_device * ata_scsi_find_dev (struct ata_port * ap, struct scsi_device * scsidev);  

ARGUMENTS

ap
ATA port to which the device is attached
scsidev
SCSI device from which we derive the ATA device
 

DESCRIPTION

Given various information provided in struct scsi_cmnd, map that onto an ATA bus, and using that mapping determine which ata_device is associated with the SCSI command to be sent.  

LOCKING

spin_lock_irqsave(host_set lock)  

RETURNS

Associated ATA device, or NULL if not found.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
LOCKING
RETURNS

This document was created by man2html, using the manual pages.
Time: 00:01:56 GMT, October 09, 2005