diff options
author | James Smart <james.smart@emulex.com> | 2011-05-24 11:42:11 -0400 |
---|---|---|
committer | James Bottomley <jbottomley@parallels.com> | 2011-05-26 23:49:36 -0400 |
commit | 912e3acde60b3b9ebf46c5ec5ae6bd01b80132c8 (patch) | |
tree | 2ca2593ff23e61580879e1deb405b2dfc8d92f83 /drivers/scsi/lpfc/lpfc.h | |
parent | c0c1151276aae83dffbe3f2837a3b1d893894115 (diff) |
[SCSI] lpfc 8.3.24: Add SR-IOV control
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com>
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <jbottomley@parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index 3df2b39dd87a..9d0bfba5461e 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -660,6 +660,7 @@ struct lpfc_hba { | |||
660 | uint32_t cfg_hostmem_hgp; | 660 | uint32_t cfg_hostmem_hgp; |
661 | uint32_t cfg_log_verbose; | 661 | uint32_t cfg_log_verbose; |
662 | uint32_t cfg_aer_support; | 662 | uint32_t cfg_aer_support; |
663 | uint32_t cfg_sriov_nr_virtfn; | ||
663 | uint32_t cfg_iocb_cnt; | 664 | uint32_t cfg_iocb_cnt; |
664 | uint32_t cfg_suppress_link_up; | 665 | uint32_t cfg_suppress_link_up; |
665 | #define LPFC_INITIALIZE_LINK 0 /* do normal init_link mbox */ | 666 | #define LPFC_INITIALIZE_LINK 0 /* do normal init_link mbox */ |