Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/rocker/
H A Drocker_of_dpa.c33 static const MACAddr ff_mac = { .a = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } }; variable
246 if (mask && memcmp(mask->eth.src.a, ff_mac.a, ETH_ALEN)) { in of_dpa_flow_key_dump()
258 if (mask && memcmp(mask->eth.dst.a, ff_mac.a, ETH_ALEN)) { in of_dpa_flow_key_dump()
614 if (!memcmp(flow->mask.eth.dst.a, ff_mac.a, in of_dpa_bridging_learn()
1315 memcpy(mask->eth.dst.a, ff_mac.a, sizeof(mask->eth.dst.a)); in of_dpa_cmd_add_bridging()
2354 if (nkey->eth_src && memcmp(mask->eth.src.a, ff_mac.a, ETH_ALEN)) { in of_dpa_flow_fill()
2363 if (nkey->eth_dst && memcmp(mask->eth.dst.a, ff_mac.a, ETH_ALEN)) { in of_dpa_flow_fill()
/openbmc/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c208 static const u8 ff_mac[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; variable
942 if (!ether_addr_equal(eth_dst_mask, ff_mac)) in ofdpa_flow_tbl_bridge()
2023 const u8 *dst_mac_mask = ff_mac; in ofdpa_port_router_mac()