Searched refs:magic_mac (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | test_xdp_veth.c | 459 const char magic_mac[6] = { 0xAA, 0xBB, 0xCC, 0xDD, 0xEE, 0xFF}; in xdp_veth_egress() local 515 err = bpf_map_update_elem(mac_map, &ifindex, magic_mac, 0); in xdp_veth_egress() 540 ASSERT_STRNEQ((const char *)&res, magic_mac, ETH_ALEN, "compare mac"); in xdp_veth_egress()
|
| /linux-6.15/drivers/net/ethernet/emulex/benet/ |
| H A D | be_cmds.h | 1538 u8 magic_mac[6]; member 1548 u8 magic_mac[6]; member 1558 u8 magic_mac[6]; member
|
| H A D | be_cmds.c | 3232 memcpy(req->magic_mac, mac, ETH_ALEN); in be_cmd_enable_magic_wol() 4068 !is_zero_ether_addr(resp->magic_mac)) in be_cmd_get_acpi_wol_cap()
|