diff options
author | James Smart <james.smart@emulex.com> | 2010-09-29 11:19:14 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-10-07 18:30:36 -0400 |
commit | 3677a3a76e190f801af0778df3b8efa1fe161a6e (patch) | |
tree | 1a1ebb2267f27963a5699ff27f04b88bec2533c8 /drivers/scsi/lpfc/lpfc_sli4.h | |
parent | eee8877ee5e8a879f78034001b5e7c04db005ab2 (diff) |
[SCSI] lpfc 8.3.17: Replace function reset methodology
Replace graceful teardown steps with the singular function reset command.
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli4.h b/drivers/scsi/lpfc/lpfc_sli4.h index a3b24d99a2a..a0ca572ec28 100644 --- a/drivers/scsi/lpfc/lpfc_sli4.h +++ b/drivers/scsi/lpfc/lpfc_sli4.h | |||
@@ -481,7 +481,6 @@ struct lpfc_rpi_hdr { | |||
481 | */ | 481 | */ |
482 | int lpfc_pci_function_reset(struct lpfc_hba *); | 482 | int lpfc_pci_function_reset(struct lpfc_hba *); |
483 | int lpfc_sli4_hba_setup(struct lpfc_hba *); | 483 | int lpfc_sli4_hba_setup(struct lpfc_hba *); |
484 | int lpfc_sli4_hba_down(struct lpfc_hba *); | ||
485 | int lpfc_sli4_config(struct lpfc_hba *, struct lpfcMboxq *, uint8_t, | 484 | int lpfc_sli4_config(struct lpfc_hba *, struct lpfcMboxq *, uint8_t, |
486 | uint8_t, uint32_t, bool); | 485 | uint8_t, uint32_t, bool); |
487 | void lpfc_sli4_mbox_cmd_free(struct lpfc_hba *, struct lpfcMboxq *); | 486 | void lpfc_sli4_mbox_cmd_free(struct lpfc_hba *, struct lpfcMboxq *); |
@@ -514,7 +513,6 @@ int lpfc_sli4_queue_setup(struct lpfc_hba *); | |||
514 | void lpfc_sli4_queue_unset(struct lpfc_hba *); | 513 | void lpfc_sli4_queue_unset(struct lpfc_hba *); |
515 | int lpfc_sli4_post_sgl(struct lpfc_hba *, dma_addr_t, dma_addr_t, uint16_t); | 514 | int lpfc_sli4_post_sgl(struct lpfc_hba *, dma_addr_t, dma_addr_t, uint16_t); |
516 | int lpfc_sli4_repost_scsi_sgl_list(struct lpfc_hba *); | 515 | int lpfc_sli4_repost_scsi_sgl_list(struct lpfc_hba *); |
517 | int lpfc_sli4_remove_all_sgl_pages(struct lpfc_hba *); | ||
518 | uint16_t lpfc_sli4_next_xritag(struct lpfc_hba *); | 516 | uint16_t lpfc_sli4_next_xritag(struct lpfc_hba *); |
519 | int lpfc_sli4_post_async_mbox(struct lpfc_hba *); | 517 | int lpfc_sli4_post_async_mbox(struct lpfc_hba *); |
520 | int lpfc_sli4_post_sgl_list(struct lpfc_hba *phba); | 518 | int lpfc_sli4_post_sgl_list(struct lpfc_hba *phba); |