Home
last modified time | relevance | path

Searched refs:FC_FCOE_OUI (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/scsi/fc/
H A Dfc_fcoe.h19 #define FC_FCOE_OUI 0x0efc00 /* upper 24 bits of FCOE MAC */ macro
32 #define FC_FCOE_ENCAPS_ID(n) (((u64) FC_FCOE_OUI << 24) | (n))
88 mac[0] = (u8) (FC_FCOE_OUI >> 16); in fc_fcoe_set_mac()
89 mac[1] = (u8) (FC_FCOE_OUI >> 8); in fc_fcoe_set_mac()
90 mac[2] = (u8) FC_FCOE_OUI; in fc_fcoe_set_mac()