aboutsummaryrefslogtreecommitdiffstats
path: root/include/scsi
diff options
context:
space:
mode:
Diffstat (limited to 'include/scsi')
-rw-r--r--include/scsi/libfc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/libfc.h b/include/scsi/libfc.h
index 5f64e593cca8..bd0560509ce6 100644
--- a/include/scsi/libfc.h
+++ b/include/scsi/libfc.h
@@ -846,6 +846,7 @@ struct fc_lport {
846 u32 lro_enabled:1; 846 u32 lro_enabled:1;
847 u32 does_npiv:1; 847 u32 does_npiv:1;
848 u32 npiv_enabled:1; 848 u32 npiv_enabled:1;
849 u32 point_to_multipoint:1;
849 u32 mfs; 850 u32 mfs;
850 u8 max_retry_count; 851 u8 max_retry_count;
851 u8 max_rport_retry_count; 852 u8 max_rport_retry_count;
@@ -991,6 +992,7 @@ int fc_set_mfs(struct fc_lport *, u32 mfs);
991struct fc_lport *libfc_vport_create(struct fc_vport *, int privsize); 992struct fc_lport *libfc_vport_create(struct fc_vport *, int privsize);
992struct fc_lport *fc_vport_id_lookup(struct fc_lport *, u32 port_id); 993struct fc_lport *fc_vport_id_lookup(struct fc_lport *, u32 port_id);
993int fc_lport_bsg_request(struct fc_bsg_job *); 994int fc_lport_bsg_request(struct fc_bsg_job *);
995void fc_lport_set_local_id(struct fc_lport *, u32 port_id);
994 996
995/* 997/*
996 * REMOTE PORT LAYER 998 * REMOTE PORT LAYER