Go to the documentation of this file.
31 #define FC_FCOE_OUI 0x0efc00
36 #define FC_FCOE_FLOGI_MAC { 0x0e, 0xfc, 0x00, 0xff, 0xff, 0xfe }
44 #define FC_FCOE_ENCAPS_ID(n) (((u64) FC_FCOE_OUI << 24) | (n))
45 #define FC_FCOE_DECAPS_ID(n) ((n) >> 24)
57 #define FC_FCOE_DECAPS_VER(hp) ((hp)->fcoe_ver >> 4)
58 #define FC_FCOE_ENCAPS_VER(hp, ver) ((hp)->fcoe_ver = (ver) << 4)
73 #define FCOE_HEADER_LEN 38
79 #define FCOE_MIN_FRAME 46
98 static inline void fc_fcoe_set_mac(
u8 *
mac,
u8 *did)