Searched refs:netdev_get_wol (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 1360 static void netdev_get_wol (struct cp_private *cp, in netdev_get_wol() function 1507 netdev_get_wol (cp, wol); in cp_get_wol()
|
/linux-4.1.27/drivers/net/ethernet/natsemi/ |
D | natsemi.c | 640 static int netdev_get_wol(struct net_device *dev, u32 *supported, u32 *cur); 2597 netdev_get_wol(dev, &wol->supported, &wol->wolopts); in get_wol() 2721 static int netdev_get_wol(struct net_device *dev, u32 *supported, u32 *cur) in netdev_get_wol() function
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 6171 static void netdev_get_wol(struct net_device *dev, in netdev_get_wol() function 6612 .get_wol = netdev_get_wol,
|