diff options
author | James Smart <james.smart@emulex.com> | 2010-06-08 18:31:54 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-07-27 13:01:38 -0400 |
commit | d7c479929b6804f4e9d5fb5f721aba31622f3d97 (patch) | |
tree | e849efe2d961fd7e1a8d8c9410f6c68ab5a6c03c /drivers/scsi/lpfc/lpfc_sli4.h | |
parent | dbb6b3ab10464aa11df74c0d0a14e869a8c6fd1b (diff) |
[SCSI] lpfc 8.3.14: SCSI and SLI API fixes
- Fixed accounting of allocated SCSI buffers when post sgl fails.
- Restrict scsi buffer allocation based on LUN count (sdev_cnt).
- Create __lpfc_sli_free_rpi that doesn't take out the hbalock.
- Modify lpfc_sli_free_rpi to call __lpfc_sli_free_rpi.
- Call __lpfc_sli_free_rpi in lpfc_cleanup_pending_mbox.
- Do not swap the strings returned in mailbox commands and do
not swap byte aligned data in VPD.
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com>
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli4.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli4.h b/drivers/scsi/lpfc/lpfc_sli4.h index 7686c1a9a634..c916079fbb35 100644 --- a/drivers/scsi/lpfc/lpfc_sli4.h +++ b/drivers/scsi/lpfc/lpfc_sli4.h | |||
@@ -528,6 +528,7 @@ int lpfc_sli4_post_all_rpi_hdrs(struct lpfc_hba *); | |||
528 | struct lpfc_rpi_hdr *lpfc_sli4_create_rpi_hdr(struct lpfc_hba *); | 528 | struct lpfc_rpi_hdr *lpfc_sli4_create_rpi_hdr(struct lpfc_hba *); |
529 | void lpfc_sli4_remove_rpi_hdrs(struct lpfc_hba *); | 529 | void lpfc_sli4_remove_rpi_hdrs(struct lpfc_hba *); |
530 | int lpfc_sli4_alloc_rpi(struct lpfc_hba *); | 530 | int lpfc_sli4_alloc_rpi(struct lpfc_hba *); |
531 | void __lpfc_sli4_free_rpi(struct lpfc_hba *, int); | ||
531 | void lpfc_sli4_free_rpi(struct lpfc_hba *, int); | 532 | void lpfc_sli4_free_rpi(struct lpfc_hba *, int); |
532 | void lpfc_sli4_remove_rpis(struct lpfc_hba *); | 533 | void lpfc_sli4_remove_rpis(struct lpfc_hba *); |
533 | void lpfc_sli4_async_event_proc(struct lpfc_hba *); | 534 | void lpfc_sli4_async_event_proc(struct lpfc_hba *); |