Searched refs:netdev_get_wol (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 1359 static void netdev_get_wol (struct cp_private *cp, in netdev_get_wol() function 1507 netdev_get_wol (cp, wol); in cp_get_wol()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 1359 static void netdev_get_wol (struct cp_private *cp, in netdev_get_wol() function 1509 netdev_get_wol (cp, wol); in cp_get_wol()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/natsemi/ |
H A D | natsemi.c | 640 static int netdev_get_wol(struct net_device *dev, u32 *supported, u32 *cur); 2608 netdev_get_wol(dev, &wol->supported, &wol->wolopts); in get_wol() 2732 static int netdev_get_wol(struct net_device *dev, u32 *supported, u32 *cur) in netdev_get_wol() function
|
/kernel/linux/linux-6.6/drivers/net/ethernet/natsemi/ |
H A D | natsemi.c | 640 static int netdev_get_wol(struct net_device *dev, u32 *supported, u32 *cur); 2608 netdev_get_wol(dev, &wol->supported, &wol->wolopts); in get_wol() 2732 static int netdev_get_wol(struct net_device *dev, u32 *supported, u32 *cur) in netdev_get_wol() function
|
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 6157 * netdev_get_wol - get Wake-on-LAN support 6163 static void netdev_get_wol(struct net_device *dev, in netdev_get_wol() function 6601 .get_wol = netdev_get_wol,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/ |
H A D | ksz884x.c | 5782 * netdev_get_wol - get Wake-on-LAN support 5788 static void netdev_get_wol(struct net_device *dev, in netdev_get_wol() function 6230 .get_wol = netdev_get_wol,
|
Completed in 45 milliseconds