aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi/libfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi/libfc.h')
-rw-r--r--include/scsi/libfc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h
index b9e6c1cd8914..37df48e13b97 100644
--- a/include/scsi/libfc.h
+++ b/include/scsi/libfc.h
@@ -490,6 +490,11 @@ struct libfc_function_template {
490 */ 490 */
491 491
492 /* 492 /*
493 * Create a remote port
494 */
495 struct fc_rport *(*rport_create)(struct fc_disc_port *);
496
497 /*
493 * Initiates the RP state machine. It is called from the LP module. 498 * Initiates the RP state machine. It is called from the LP module.
494 * This function will issue the following commands to the N_Port 499 * This function will issue the following commands to the N_Port
495 * identified by the FC ID provided. 500 * identified by the FC ID provided.