aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/libfc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h
index a6414ec63809..605f1d7861a7 100644
--- a/include/scsi/libfc.h
+++ b/include/scsi/libfc.h
@@ -556,6 +556,13 @@ struct libfc_function_template {
556 struct fc_seq *(*seq_start_next)(struct fc_seq *); 556 struct fc_seq *(*seq_start_next)(struct fc_seq *);
557 557
558 /* 558 /*
559 * Assign a sequence for an incoming request frame.
560 *
561 * STATUS: OPTIONAL
562 */
563 struct fc_seq *(*seq_assign)(struct fc_lport *, struct fc_frame *);
564
565 /*
559 * Reset an exchange manager, completing all sequences and exchanges. 566 * Reset an exchange manager, completing all sequences and exchanges.
560 * If s_id is non-zero, reset only exchanges originating from that FID. 567 * If s_id is non-zero, reset only exchanges originating from that FID.
561 * If d_id is non-zero, reset only exchanges sending to that FID. 568 * If d_id is non-zero, reset only exchanges sending to that FID.