diff options
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/libfc.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h index 2c6d55de8ccd..dfeb1ee4f03f 100644 --- a/include/scsi/libfc.h +++ b/include/scsi/libfc.h | |||
@@ -788,11 +788,13 @@ int fc_fabric_login(struct fc_lport *lp); | |||
788 | /* | 788 | /* |
789 | * The link is up for the given local port. | 789 | * The link is up for the given local port. |
790 | */ | 790 | */ |
791 | void __fc_linkup(struct fc_lport *); | ||
791 | void fc_linkup(struct fc_lport *); | 792 | void fc_linkup(struct fc_lport *); |
792 | 793 | ||
793 | /* | 794 | /* |
794 | * Link is down for the given local port. | 795 | * Link is down for the given local port. |
795 | */ | 796 | */ |
797 | void __fc_linkdown(struct fc_lport *); | ||
796 | void fc_linkdown(struct fc_lport *); | 798 | void fc_linkdown(struct fc_lport *); |
797 | 799 | ||
798 | /* | 800 | /* |
@@ -821,6 +823,12 @@ struct fc_lport *libfc_vport_create(struct fc_vport *vport, int privsize); | |||
821 | struct fc_lport *fc_vport_id_lookup(struct fc_lport *n_port, u32 port_id); | 823 | struct fc_lport *fc_vport_id_lookup(struct fc_lport *n_port, u32 port_id); |
822 | 824 | ||
823 | /* | 825 | /* |
826 | * NPIV VN_Port link state management | ||
827 | */ | ||
828 | void fc_vport_setlink(struct fc_lport *vn_port); | ||
829 | void fc_vports_linkchange(struct fc_lport *n_port); | ||
830 | |||
831 | /* | ||
824 | * REMOTE PORT LAYER | 832 | * REMOTE PORT LAYER |
825 | *****************************/ | 833 | *****************************/ |
826 | int fc_rport_init(struct fc_lport *lp); | 834 | int fc_rport_init(struct fc_lport *lp); |