Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mscc/
Docelot_mrp.c15 static const u8 mrp_test_dmac[] = { 0x01, 0x15, 0x4e, 0x00, 0x00, 0x01 }; variable
68 ether_addr_copy(filter->key.etype.dmac.value, mrp_test_dmac); in ocelot_mrp_redirect_add_vcap()
101 ether_addr_copy(filter->key.etype.dmac.value, mrp_test_dmac); in ocelot_mrp_copy_add_vcap()
118 ocelot_mact_learn(ocelot, PGID_BLACKHOLE, mrp_test_dmac, in ocelot_mrp_save_mac()
127 ocelot_mact_forget(ocelot, mrp_test_dmac, port->pvid_vlan.vid); in ocelot_mrp_del_mac()
/Linux-v5.15/net/bridge/
Dbr_mrp.c6 static const u8 mrp_test_dmac[ETH_ALEN] = { 0x1, 0x15, 0x4e, 0x0, 0x0, 0x1 }; variable
192 skb = br_mrp_skb_alloc(p, p->dev->dev_addr, mrp_test_dmac); in br_mrp_alloc_test_skb()