Home
last modified time | relevance | path

Searched refs:netdev_set_wol (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/natsemi/
Dnatsemi.c639 static int netdev_set_wol(struct net_device *dev, u32 newval);
2618 netdev_set_wol(dev, wol->wolopts); in set_wol()
2702 static int netdev_set_wol(struct net_device *dev, u32 newval) in netdev_set_wol() function
/linux-5.19.10/drivers/net/ethernet/realtek/
D8139cp.c1326 static int netdev_set_wol (struct cp_private *cp, in netdev_set_wol() function
1520 rc = netdev_set_wol (cp, wol); in cp_set_wol()
/linux-5.19.10/drivers/net/ethernet/micrel/
Dksz884x.c6106 static int netdev_set_wol(struct net_device *dev, in netdev_set_wol() function
6529 .set_wol = netdev_set_wol,