~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to include/scsi/scsi_transport_fc.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
 *
193
193
 * This structure exists for each FC port is a virtual FC port. Virtual
194
194
 * ports share the physical link with the Physical port. Each virtual
195
 
 * ports has a unique presense on the SAN, and may be instantiated via
 
195
 * ports has a unique presence on the SAN, and may be instantiated via
196
196
 * NPIV, Virtual Fabrics, or via additional ALPAs. As the vport is a
197
 
 * unique presense, each vport has it's own view of the fabric,
 
197
 * unique presence, each vport has it's own view of the fabric,
198
198
 * authentication privilege, and priorities.
199
199
 *
200
200
 * A virtual port may support 1 or more FC4 roles. Typically it is a
370
370
/*
371
371
 * FC SCSI Target Attributes
372
372
 *
373
 
 * The SCSI Target is considered an extention of a remote port (as
 
373
 * The SCSI Target is considered an extension of a remote port (as
374
374
 * a remote port can be more than a SCSI Target). Within the scsi
375
375
 * subsystem, we leave the Target as a separate entity. Doing so
376
376
 * provides backward compatibility with prior FC transport api's,