Searched refs:zero_mac (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/net/rocker/ |
H A D | rocker_of_dpa.c | 32 static const MACAddr zero_mac = { .a = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } }; variable 241 if (memcmp(key->eth.src.a, zero_mac.a, ETH_ALEN) || in of_dpa_flow_key_dump() 242 (mask && memcmp(mask->eth.src.a, zero_mac.a, ETH_ALEN))) { in of_dpa_flow_key_dump() 253 if (memcmp(key->eth.dst.a, zero_mac.a, ETH_ALEN) || in of_dpa_flow_key_dump() 254 (mask && memcmp(mask->eth.dst.a, zero_mac.a, ETH_ALEN))) { in of_dpa_flow_key_dump() 495 if (src_mac && memcmp(src_mac, zero_mac.a, ETH_ALEN)) { in of_dpa_flow_pkt_hdr_rewrite() 498 if (dst_mac && memcmp(dst_mac, zero_mac.a, ETH_ALEN)) { in of_dpa_flow_pkt_hdr_rewrite() 2342 if (memcmp(key->eth.src.a, zero_mac.a, ETH_ALEN) || in of_dpa_flow_fill() 2343 memcmp(mask->eth.src.a, zero_mac.a, ETH_ALEN)) { in of_dpa_flow_fill() 2351 if (memcmp(key->eth.dst.a, zero_mac.a, ETH_ALEN) || in of_dpa_flow_fill() [all …]
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_bmc_network_mac.robot | 19 ${zero_mac} 00:00:00:00:00:00 variable 50 ${zero_mac} ${HTTP_BAD_REQUEST} 89 ${zero_mac} ${HTTP_BAD_REQUEST}
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | attach.c | 106 static const u8 zero_mac[ETH_ALEN] = { }; in ath5k_hw_init() local 327 ath5k_hw_set_lladdr(ah, zero_mac); in ath5k_hw_init()
|
/openbmc/google-misc/subprojects/ncsid/src/platforms/nemora/portable/ |
H A D | ncsi_fsm.c | 328 mac_addr_t zero_mac = {.octet = {0,}}; in write_ncsi_oem_config_filter() local 329 len = ncsi_oem_cmd_set_filter(buffer, channel, &zero_mac, 0, 0, 0); in write_ncsi_oem_config_filter()
|
/openbmc/linux/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_els.c | 918 static u8 zero_mac[ETH_ALEN] = { 0 }; in bnx2fc_logo_resp() local 921 fip->update_mac(lport, zero_mac); in bnx2fc_logo_resp()
|
/openbmc/linux/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 207 static const u8 zero_mac[ETH_ALEN] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; variable 1560 .eth_dst = zero_mac, 1561 .eth_dst_mask = zero_mac, 1588 .eth_dst = zero_mac, 1589 .eth_dst_mask = zero_mac,
|
/openbmc/linux/drivers/scsi/fcoe/ |
H A D | fcoe.c | 2591 static u8 zero_mac[ETH_ALEN] = { 0 }; in fcoe_logo_resp() local 2594 fcoe_update_src_mac(lport, zero_mac); in fcoe_logo_resp()
|