diff options
author | Naresh Kumar Inna <naresh@chelsio.com> | 2013-05-17 06:20:03 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-06-04 14:16:28 -0400 |
commit | 49c1241384b599421a5e8c9f73f72e2052dd416d (patch) | |
tree | 5943b674cc0f18cefd7fc1013de387f36362f9ed /drivers/scsi/csiostor/csio_hw.h | |
parent | 07cdc0464fb9438fd205069dc09d47b8783ad271 (diff) |
[SCSI] csiostor: Retain default adapter configuration in absence of config file.
- Retain firmware defined configuration settings in the absence of
user-provided configuration by eliminating the global RSS and the
PF/VF capabilities mailbox commands.
- Remove S_IRUGO from sysfs parameters that don't have 'show'
functionality.
Signed-off-by: Naresh Kumar Inna <naresh@chelsio.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/csiostor/csio_hw.h')
-rw-r--r-- | drivers/scsi/csiostor/csio_hw.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/scsi/csiostor/csio_hw.h b/drivers/scsi/csiostor/csio_hw.h index 489fc095cb03..49b1daa4476e 100644 --- a/drivers/scsi/csiostor/csio_hw.h +++ b/drivers/scsi/csiostor/csio_hw.h | |||
@@ -153,17 +153,6 @@ enum { | |||
153 | CSIO_SGE_INT_CNT_VAL_1 = 4, | 153 | CSIO_SGE_INT_CNT_VAL_1 = 4, |
154 | CSIO_SGE_INT_CNT_VAL_2 = 8, | 154 | CSIO_SGE_INT_CNT_VAL_2 = 8, |
155 | CSIO_SGE_INT_CNT_VAL_3 = 16, | 155 | CSIO_SGE_INT_CNT_VAL_3 = 16, |
156 | |||
157 | /* Storage specific - used by FW_PFVF_CMD */ | ||
158 | CSIO_WX_CAPS = FW_CMD_CAP_PF, /* w/x all */ | ||
159 | CSIO_R_CAPS = FW_CMD_CAP_PF, /* r all */ | ||
160 | CSIO_NVI = 4, | ||
161 | CSIO_NIQ_FLINT = 34, | ||
162 | CSIO_NETH_CTRL = 32, | ||
163 | CSIO_NEQ = 66, | ||
164 | CSIO_NEXACTF = 32, | ||
165 | CSIO_CMASK = FW_PFVF_CMD_CMASK_MASK, | ||
166 | CSIO_PMASK = FW_PFVF_CMD_PMASK_MASK, | ||
167 | }; | 156 | }; |
168 | 157 | ||
169 | /* Slowpath events */ | 158 | /* Slowpath events */ |