aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc_sli4.h
diff options
context:
space:
mode:
authorJames Smart <james.smart@emulex.com>2010-09-29 11:19:14 -0400
committerJames Bottomley <James.Bottomley@suse.de>2010-10-07 18:30:36 -0400
commit3677a3a76e190f801af0778df3b8efa1fe161a6e (patch)
tree1a1ebb2267f27963a5699ff27f04b88bec2533c8 /drivers/scsi/lpfc/lpfc_sli4.h
parenteee8877ee5e8a879f78034001b5e7c04db005ab2 (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.h2
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 */
482int lpfc_pci_function_reset(struct lpfc_hba *); 482int lpfc_pci_function_reset(struct lpfc_hba *);
483int lpfc_sli4_hba_setup(struct lpfc_hba *); 483int lpfc_sli4_hba_setup(struct lpfc_hba *);
484int lpfc_sli4_hba_down(struct lpfc_hba *);
485int lpfc_sli4_config(struct lpfc_hba *, struct lpfcMboxq *, uint8_t, 484int lpfc_sli4_config(struct lpfc_hba *, struct lpfcMboxq *, uint8_t,
486 uint8_t, uint32_t, bool); 485 uint8_t, uint32_t, bool);
487void lpfc_sli4_mbox_cmd_free(struct lpfc_hba *, struct lpfcMboxq *); 486void lpfc_sli4_mbox_cmd_free(struct lpfc_hba *, struct lpfcMboxq *);
@@ -514,7 +513,6 @@ int lpfc_sli4_queue_setup(struct lpfc_hba *);
514void lpfc_sli4_queue_unset(struct lpfc_hba *); 513void lpfc_sli4_queue_unset(struct lpfc_hba *);
515int lpfc_sli4_post_sgl(struct lpfc_hba *, dma_addr_t, dma_addr_t, uint16_t); 514int lpfc_sli4_post_sgl(struct lpfc_hba *, dma_addr_t, dma_addr_t, uint16_t);
516int lpfc_sli4_repost_scsi_sgl_list(struct lpfc_hba *); 515int lpfc_sli4_repost_scsi_sgl_list(struct lpfc_hba *);
517int lpfc_sli4_remove_all_sgl_pages(struct lpfc_hba *);
518uint16_t lpfc_sli4_next_xritag(struct lpfc_hba *); 516uint16_t lpfc_sli4_next_xritag(struct lpfc_hba *);
519int lpfc_sli4_post_async_mbox(struct lpfc_hba *); 517int lpfc_sli4_post_async_mbox(struct lpfc_hba *);
520int lpfc_sli4_post_sgl_list(struct lpfc_hba *phba); 518int lpfc_sli4_post_sgl_list(struct lpfc_hba *phba);