Searched refs:mrp_test_dmac (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/mscc/ |
D | ocelot_mrp.c | 15 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() 87 ether_addr_copy(filter->key.etype.dmac.value, mrp_test_dmac); in ocelot_populate_mrp_trap_key() 109 ocelot_mact_learn(ocelot, PGID_BLACKHOLE, mrp_test_dmac, in ocelot_mrp_save_mac() 118 ocelot_mact_forget(ocelot, mrp_test_dmac, OCELOT_STANDALONE_PVID); in ocelot_mrp_del_mac()
|
/Linux-v6.6/net/bridge/ |
D | br_mrp.c | 6 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()
|