__SCSI_DEVICE_LOOKUP_BY_TARGET

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

 

NAME

__scsi_device_lookup_by_target - find a device given the target (UNLOCKED)  

SYNOPSIS

"SYNOPSIS"

struct scsi_device * __scsi_device_lookup_by_target (struct scsi_target * starget, uint lun);  

ARGUMENTS

starget
SCSI target pointer
lun
SCSI Logical Unit Number
 

DESCRIPTION

Looks up the scsi_device with the specified lun for a give starget. The returned scsi_device does not have an additional reference. You must hold the host's host_lock over this call and any access to the returned scsi_device.  

NOTE

The only reason why drivers would want to use this is because they're need to access the device list in irq context. Otherwise you really want to use scsi_device_lookup_by_target instead.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
NOTE

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