diff options
author | James Smart <James.Smart@Emulex.Com> | 2009-07-19 10:01:16 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-08-22 18:51:57 -0400 |
commit | 8568a4d2495ebcf5da38a2141c7633399143b1a5 (patch) | |
tree | ca36764ce8d8703339e408b93ccfd06ec165eefd /drivers/scsi/lpfc/lpfc.h | |
parent | a0c87cbdb52467a16343b31251f2722643db603c (diff) |
[SCSI] lpfc 8.3.4: Various SLI3 fixes
Various SLI3 fixes
- Fix for firmware dump failure
- Fix inband remote management
Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
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 7b63fe530041..8b69a110a305 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -685,6 +685,7 @@ struct lpfc_hba { | |||
685 | struct pci_pool *lpfc_mbuf_pool; | 685 | struct pci_pool *lpfc_mbuf_pool; |
686 | struct pci_pool *lpfc_hrb_pool; /* header receive buffer pool */ | 686 | struct pci_pool *lpfc_hrb_pool; /* header receive buffer pool */ |
687 | struct pci_pool *lpfc_drb_pool; /* data receive buffer pool */ | 687 | struct pci_pool *lpfc_drb_pool; /* data receive buffer pool */ |
688 | struct pci_pool *lpfc_hbq_pool; /* SLI3 hbq buffer pool */ | ||
688 | struct lpfc_dma_pool lpfc_mbuf_safety_pool; | 689 | struct lpfc_dma_pool lpfc_mbuf_safety_pool; |
689 | 690 | ||
690 | mempool_t *mbox_mem_pool; | 691 | mempool_t *mbox_mem_pool; |