summaryrefslogtreecommitdiffstats
path: root/include/scsi/libfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi/libfc.h')
-rw-r--r--include/scsi/libfc.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h
index e8669f9f2e50..2baa2553c977 100644
--- a/include/scsi/libfc.h
+++ b/include/scsi/libfc.h
@@ -515,13 +515,6 @@ struct libfc_function_template {
515 void (*get_lesb)(struct fc_lport *, struct fc_els_lesb *lesb); 515 void (*get_lesb)(struct fc_lport *, struct fc_els_lesb *lesb);
516 516
517 /* 517 /*
518 * Assign a sequence for an incoming request frame.
519 *
520 * STATUS: OPTIONAL
521 */
522 struct fc_seq *(*seq_assign)(struct fc_lport *, struct fc_frame *);
523
524 /*
525 * Release the reference on the sequence returned by seq_assign(). 518 * Release the reference on the sequence returned by seq_assign().
526 * 519 *
527 * STATUS: OPTIONAL 520 * STATUS: OPTIONAL
@@ -1006,6 +999,7 @@ struct fc_seq *fc_seq_start_next(struct fc_seq *sp);
1006void fc_seq_set_resp(struct fc_seq *sp, 999void fc_seq_set_resp(struct fc_seq *sp,
1007 void (*resp)(struct fc_seq *, struct fc_frame *, void *), 1000 void (*resp)(struct fc_seq *, struct fc_frame *, void *),
1008 void *arg); 1001 void *arg);
1002struct fc_seq *fc_seq_assign(struct fc_lport *lport, struct fc_frame *fp);
1009struct fc_exch_mgr_anchor *fc_exch_mgr_add(struct fc_lport *, 1003struct fc_exch_mgr_anchor *fc_exch_mgr_add(struct fc_lport *,
1010 struct fc_exch_mgr *, 1004 struct fc_exch_mgr *,
1011 bool (*match)(struct fc_frame *)); 1005 bool (*match)(struct fc_frame *));