You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[SCSI] lpfc 8.3.38: Fixed degraded performance after cable pulls
The service parameters for the VPI/RPIs were incorrect, resulting in lower utilization Signed-off-by: James Smart <james.smart@emulex.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
committed by
James Bottomley
parent
0e9bb8d79c
commit
ae05ebe3be
@@ -1958,6 +1958,9 @@ struct lpfc_mbx_init_vfi {
|
||||
|
||||
struct lpfc_mbx_reg_vfi {
|
||||
uint32_t word1;
|
||||
#define lpfc_reg_vfi_upd_SHIFT 29
|
||||
#define lpfc_reg_vfi_upd_MASK 0x00000001
|
||||
#define lpfc_reg_vfi_upd_WORD word1
|
||||
#define lpfc_reg_vfi_vp_SHIFT 28
|
||||
#define lpfc_reg_vfi_vp_MASK 0x00000001
|
||||
#define lpfc_reg_vfi_vp_WORD word1
|
||||
|
||||
Reference in New Issue
Block a user