Searched refs:FC_FCOE_FLOGI_MAC (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/scsi/fc/ |
H A D | fc_fcoe.h | 24 #define FC_FCOE_FLOGI_MAC { 0x0e, 0xfc, 0x00, 0xff, 0xff, 0xfe } macro
|
/kernel/linux/linux-6.6/include/scsi/fc/ |
H A D | fc_fcoe.h | 24 #define FC_FCOE_FLOGI_MAC { 0x0e, 0xfc, 0x00, 0xff, 0xff, 0xfe } macro
|
/kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
H A D | fcoe.c | 339 memcpy(flogi_maddr, (u8[6]) FC_FCOE_FLOGI_MAC, ETH_ALEN); in fcoe_interface_setup() 461 memcpy(flogi_maddr, (u8[6]) FC_FCOE_FLOGI_MAC, ETH_ALEN); in fcoe_interface_remove()
|
H A D | fcoe_ctlr.c | 1936 if (ether_addr_equal(sa, (u8[6])FC_FCOE_FLOGI_MAC)) { in fcoe_ctlr_recv_flogi()
|
/kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
H A D | fcoe.c | 297 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 D | fcoe_ctlr.c | 1928 if (ether_addr_equal(sa, (u8[6])FC_FCOE_FLOGI_MAC)) { in fcoe_ctlr_recv_flogi()
|
Completed in 14 milliseconds