Home
last modified time | relevance | path

Searched defs:zero_mac (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dattach.c106 static const u8 zero_mac[ETH_ALEN] = { }; in ath5k_hw_init() local
/openbmc/openbmc-test-automation/redfish/managers/
H A Dtest_bmc_network_mac.robot19 ${zero_mac} 00:00:00:00:00:00 variable
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/
H A Dncsi_fsm.c328 mac_addr_t zero_mac = {.octet = {0,}}; in write_ncsi_oem_config_filter() local
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c918 static u8 zero_mac[ETH_ALEN] = { 0 }; in bnx2fc_logo_resp() local
/openbmc/linux/drivers/scsi/fcoe/
H A Dfcoe.c2591 static u8 zero_mac[ETH_ALEN] = { 0 }; in fcoe_logo_resp() local
/openbmc/qemu/hw/net/rocker/
H A Drocker_of_dpa.c32 static const MACAddr zero_mac = { .a = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } }; variable
/openbmc/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c207 static const u8 zero_mac[ETH_ALEN] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; variable