aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/scsi/libfcoe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/libfcoe.h b/include/scsi/libfcoe.h
index 76d08c9a7678..2344a00e92ef 100644
--- a/include/scsi/libfcoe.h
+++ b/include/scsi/libfcoe.h
@@ -55,6 +55,7 @@ enum fip_state {
55/** 55/**
56 * struct fcoe_ctlr - FCoE Controller and FIP state 56 * struct fcoe_ctlr - FCoE Controller and FIP state
57 * @state: internal FIP state for network link and FIP or non-FIP mode. 57 * @state: internal FIP state for network link and FIP or non-FIP mode.
58 * @mode: LLD-selected mode.
58 * @lp: &fc_lport: libfc local port. 59 * @lp: &fc_lport: libfc local port.
59 * @sel_fcf: currently selected FCF, or NULL. 60 * @sel_fcf: currently selected FCF, or NULL.
60 * @fcfs: list of discovered FCFs. 61 * @fcfs: list of discovered FCFs.
@@ -89,6 +90,7 @@ enum fip_state {
89 */ 90 */
90struct fcoe_ctlr { 91struct fcoe_ctlr {
91 enum fip_state state; 92 enum fip_state state;
93 enum fip_state mode;
92 struct fc_lport *lp; 94 struct fc_lport *lp;
93 struct fcoe_fcf *sel_fcf; 95 struct fcoe_fcf *sel_fcf;
94 struct list_head fcfs; 96 struct list_head fcfs;