Searched refs:FC_FCOE_OUI (Results 1 – 1 of 1) sorted by relevance
31 #define FC_FCOE_OUI 0x0efc00 /* upper 24 bits of FCOE MAC */ macro44 #define FC_FCOE_ENCAPS_ID(n) (((u64) FC_FCOE_OUI << 24) | (n))100 mac[0] = (u8) (FC_FCOE_OUI >> 16); in fc_fcoe_set_mac()101 mac[1] = (u8) (FC_FCOE_OUI >> 8); in fc_fcoe_set_mac()102 mac[2] = (u8) FC_FCOE_OUI; in fc_fcoe_set_mac()