Lines Matching refs:instances
92 c) direct access to instances of well known data structures maintained
108 "hotplug" environment. LLDs should be aware of the lifetime of instances
183 It may be useful for a LLD to keep track of struct Scsi_Host instances
184 (a pointer is returned by scsi_host_alloc()). Such instances are "owned"
185 by the mid-level. struct Scsi_Host instances are freed from
225 It may be useful for an LLD to keep track of struct scsi_device instances
227 slave_configure() callbacks). Such instances are "owned" by the mid-level.
228 struct scsi_device instances are freed after slave_destroy().
307 This effectively spreads the ownership of struct Scsi_Host instances
308 across the various SCSI layers which use them. Previously such instances
323 This effectively spreads the ownership of struct Scsi_device instances
324 across the various SCSI layers which use them. Previously such instances
1188 *** In extreme situations a single driver may have several instances
1231 instances (currently ordered by ascending host_no)
1233 instances that belong to this host.