diff options
Diffstat (limited to 'include/scsi/libfcoe.h')
-rw-r--r-- | include/scsi/libfcoe.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/scsi/libfcoe.h b/include/scsi/libfcoe.h index ec13f51531f8..81aee1c4c2f3 100644 --- a/include/scsi/libfcoe.h +++ b/include/scsi/libfcoe.h | |||
@@ -170,4 +170,14 @@ int fcoe_ctlr_recv_flogi(struct fcoe_ctlr *, struct fc_lport *, | |||
170 | u64 fcoe_wwn_from_mac(unsigned char mac[], unsigned int, unsigned int); | 170 | u64 fcoe_wwn_from_mac(unsigned char mac[], unsigned int, unsigned int); |
171 | int fcoe_libfc_config(struct fc_lport *, struct libfc_function_template *); | 171 | int fcoe_libfc_config(struct fc_lport *, struct libfc_function_template *); |
172 | 172 | ||
173 | /** | ||
174 | * is_fip_mode() - returns true if FIP mode selected. | ||
175 | * @fip: FCoE controller. | ||
176 | */ | ||
177 | static inline bool is_fip_mode(struct fcoe_ctlr *fip) | ||
178 | { | ||
179 | return fip->state == FIP_ST_ENABLED; | ||
180 | } | ||
181 | |||
182 | |||
173 | #endif /* _LIBFCOE_H */ | 183 | #endif /* _LIBFCOE_H */ |