diff options
author | James Smart <james.smart@emulex.com> | 2012-08-03 12:36:52 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-09-14 09:44:39 -0400 |
commit | ba20c8536fa039ac3bfc32e0a0f0450134dee8c1 (patch) | |
tree | 0293b8915bce3638fc9095857bc230f76c6c80ee /drivers/scsi/lpfc/lpfc_attr.c | |
parent | 49aa143da98cac07f56096de0d099cb00ccd1582 (diff) |
[SCSI] lpfc 8.3.33: Add lpfc_fcp_look_ahead module parameter
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_attr.c')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_attr.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c index 2ab2b9f2bff5..b032562aa0d9 100644 --- a/drivers/scsi/lpfc/lpfc_attr.c +++ b/drivers/scsi/lpfc/lpfc_attr.c | |||
@@ -3918,6 +3918,17 @@ LPFC_ATTR_R(enable_hba_heartbeat, 0, 0, 1, "Enable HBA Heartbeat."); | |||
3918 | LPFC_ATTR_R(enable_bg, 0, 0, 1, "Enable BlockGuard Support"); | 3918 | LPFC_ATTR_R(enable_bg, 0, 0, 1, "Enable BlockGuard Support"); |
3919 | 3919 | ||
3920 | /* | 3920 | /* |
3921 | # lpfc_fcp_look_ahead: Look ahead for completions in FCP start routine | ||
3922 | # 0 = disabled (default) | ||
3923 | # 1 = enabled | ||
3924 | # Value range is [0,1]. Default value is 0. | ||
3925 | */ | ||
3926 | unsigned int lpfc_fcp_look_ahead = LPFC_LOOK_AHEAD_OFF; | ||
3927 | |||
3928 | module_param(lpfc_fcp_look_ahead, uint, S_IRUGO); | ||
3929 | MODULE_PARM_DESC(lpfc_fcp_look_ahead, "Look ahead for completions"); | ||
3930 | |||
3931 | /* | ||
3921 | # lpfc_prot_mask: i | 3932 | # lpfc_prot_mask: i |
3922 | # - Bit mask of host protection capabilities used to register with the | 3933 | # - Bit mask of host protection capabilities used to register with the |
3923 | # SCSI mid-layer | 3934 | # SCSI mid-layer |