Home
last modified time | relevance | path

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

/openbmc/linux/include/scsi/fc/
H A Dfc_fcoe.h24 #define FC_FCOE_FLOGI_MAC { 0x0e, 0xfc, 0x00, 0xff, 0xff, 0xfe } macro
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c297 static const u8 flogi_maddr[ETH_ALEN] = FC_FCOE_FLOGI_MAC; in fcoe_interface_setup()
445 static const u8 flogi_maddr[ETH_ALEN] = FC_FCOE_FLOGI_MAC; in fcoe_interface_remove()
H A Dfcoe_ctlr.c1928 if (ether_addr_equal(sa, (u8[6])FC_FCOE_FLOGI_MAC)) { in fcoe_ctlr_recv_flogi()