aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_crtn.h
diff options
context:
space:
mode:
authorJames Smart <james.smart@emulex.com>2011-05-24 11:42:11 -0400
committerJames Bottomley <jbottomley@parallels.com>2011-05-26 23:49:36 -0400
commit912e3acde60b3b9ebf46c5ec5ae6bd01b80132c8 (patch)
tree2ca2593ff23e61580879e1deb405b2dfc8d92f83 /drivers/scsi/lpfc/lpfc_crtn.h
parentc0c1151276aae83dffbe3f2837a3b1d893894115 (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_crtn.h')
-rw-r--r--drivers/scsi/lpfc/lpfc_crtn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h
index eb02016a21b5..3b9a6152b7f9 100644
--- a/drivers/scsi/lpfc/lpfc_crtn.h
+++ b/drivers/scsi/lpfc/lpfc_crtn.h
@@ -430,3 +430,5 @@ void lpfc_cleanup_wt_rrqs(struct lpfc_hba *);
430void lpfc_cleanup_vports_rrqs(struct lpfc_vport *, struct lpfc_nodelist *); 430void lpfc_cleanup_vports_rrqs(struct lpfc_vport *, struct lpfc_nodelist *);
431struct lpfc_node_rrq *lpfc_get_active_rrq(struct lpfc_vport *, uint16_t, 431struct lpfc_node_rrq *lpfc_get_active_rrq(struct lpfc_vport *, uint16_t,
432 uint32_t); 432 uint32_t);
433/* functions to support SR-IOV */
434int lpfc_sli_probe_sriov_nr_virtfn(struct lpfc_hba *, int);