Home
last modified time | relevance | path

Searched +full:mac +full:- +full:termination +full:- +full:ohms (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/phy/
H A Ddp83822.c1 // SPDX-License-Identifier: GPL-2.0
215 struct net_device *ndev = phydev->attached_dev; in dp83822_config_wol()
217 const u8 *mac; in dp83822_config_wol() local
219 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 …]