Searched +full:mac +full:- +full:termination +full:- +full:ohms (Results 1 – 1 of 1) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.0215 struct net_device *ndev = phydev->attached_dev; in dp83822_config_wol()217 const u8 *mac; in dp83822_config_wol() local219 if (wol->wolopts & (WAKE_MAGIC | WAKE_MAGICSECURE)) { in dp83822_config_wol()220 mac = (const u8 *)ndev->dev_addr; in dp83822_config_wol()222 if (!is_valid_ether_addr(mac)) in dp83822_config_wol()223 return -EINVAL; in dp83822_config_wol()225 /* MAC addresses start with byte 5, but stored in mac[0]. in dp83822_config_wol()229 (mac[1] << 8) | mac[0]); in dp83822_config_wol()231 (mac[3] << 8) | mac[2]); in dp83822_config_wol()[all …]