diff options
author | kxie@chelsio.com <kxie@chelsio.com> | 2010-09-23 19:43:23 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-10-07 18:21:36 -0400 |
commit | e27d6169c79e3c75edc74a14424a7856e7ff487c (patch) | |
tree | 4d06f26fa3dcd43c43e118d2602767f76bfda40f /drivers/scsi/cxgbi/libcxgbi.h | |
parent | 0b3d8947972bfd2dd6d55c8009427ad2941ef038 (diff) |
[SCSI] cxgb4i: connection and ddp setting update
Update cxgb4i connection setting and pagepod programming.
Signed-off-by: Karen Xie <kxie@chelsio.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/cxgbi/libcxgbi.h')
-rw-r--r-- | drivers/scsi/cxgbi/libcxgbi.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/scsi/cxgbi/libcxgbi.h b/drivers/scsi/cxgbi/libcxgbi.h index 43025b71e295..c57d59db000c 100644 --- a/drivers/scsi/cxgbi/libcxgbi.h +++ b/drivers/scsi/cxgbi/libcxgbi.h | |||
@@ -162,16 +162,6 @@ struct cxgbi_ddp_info { | |||
162 | #define PPOD_VALID(x) ((x) << PPOD_VALID_SHIFT) | 162 | #define PPOD_VALID(x) ((x) << PPOD_VALID_SHIFT) |
163 | #define PPOD_VALID_FLAG PPOD_VALID(1U) | 163 | #define PPOD_VALID_FLAG PPOD_VALID(1U) |
164 | 164 | ||
165 | #define W_TCB_ULP_TYPE 0 | ||
166 | #define TCB_ULP_TYPE_SHIFT 0 | ||
167 | #define TCB_ULP_TYPE_MASK 0xfULL | ||
168 | #define TCB_ULP_TYPE(x) ((x) << TCB_ULP_TYPE_SHIFT) | ||
169 | |||
170 | #define W_TCB_ULP_RAW 0 | ||
171 | #define TCB_ULP_RAW_SHIFT 4 | ||
172 | #define TCB_ULP_RAW_MASK 0xffULL | ||
173 | #define TCB_ULP_RAW(x) ((x) << TCB_ULP_RAW_SHIFT) | ||
174 | |||
175 | /* | 165 | /* |
176 | * sge_opaque_hdr - | 166 | * sge_opaque_hdr - |
177 | * Opaque version of structure the SGE stores at skb->head of TX_DATA packets | 167 | * Opaque version of structure the SGE stores at skb->head of TX_DATA packets |