diff options
Diffstat (limited to 'include/scsi/libfc.h')
-rw-r--r-- | include/scsi/libfc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index 9f2876397dda..042f4ade73d7 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -472,7 +472,7 @@ struct libfc_function_template { | |||
472 | * If s_id is non-zero, reset only exchanges originating from that FID. | 472 | * If s_id is non-zero, reset only exchanges originating from that FID. |
473 | * If d_id is non-zero, reset only exchanges sending to that FID. | 473 | * If d_id is non-zero, reset only exchanges sending to that FID. |
474 | */ | 474 | */ |
475 | void (*exch_mgr_reset)(struct fc_exch_mgr *, | 475 | void (*exch_mgr_reset)(struct fc_lport *, |
476 | u32 s_id, u32 d_id); | 476 | u32 s_id, u32 d_id); |
477 | 477 | ||
478 | void (*rport_flush_queue)(void); | 478 | void (*rport_flush_queue)(void); |
@@ -916,7 +916,7 @@ struct fc_seq *fc_seq_start_next(struct fc_seq *sp); | |||
916 | * If s_id is non-zero, reset only exchanges originating from that FID. | 916 | * If s_id is non-zero, reset only exchanges originating from that FID. |
917 | * If d_id is non-zero, reset only exchanges sending to that FID. | 917 | * If d_id is non-zero, reset only exchanges sending to that FID. |
918 | */ | 918 | */ |
919 | void fc_exch_mgr_reset(struct fc_exch_mgr *, u32 s_id, u32 d_id); | 919 | void fc_exch_mgr_reset(struct fc_lport *, u32 s_id, u32 d_id); |
920 | 920 | ||
921 | /* | 921 | /* |
922 | * Functions for fc_functions_template | 922 | * Functions for fc_functions_template |