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

« back to all changes in this revision

Viewing changes to include/scsi/fc/fc_fcp.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:
75
75
#define FCP_PTA_SIMPLE      0   /* simple task attribute */
76
76
#define FCP_PTA_HEADQ       1   /* head of queue task attribute */
77
77
#define FCP_PTA_ORDERED     2   /* ordered task attribute */
78
 
#define FCP_PTA_ACA         4   /* auto. contigent allegiance */
 
78
#define FCP_PTA_ACA         4   /* auto. contingent allegiance */
79
79
#define FCP_PTA_MASK        7   /* mask for task attribute field */
80
80
#define FCP_PRI_SHIFT       3   /* priority field starts in bit 3 */
81
81
#define FCP_PRI_RESVD_MASK  0x80        /* reserved bits in priority field */