Home
last modified time | relevance | path

Searched refs:VELOCITY_FLAGS_WOL_ENABLED (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/via/
Dvia-velocity.c2493 if (vptr->flags & VELOCITY_FLAGS_WOL_ENABLED) in velocity_close()
2835 vptr->flags |= VELOCITY_FLAGS_WOL_ENABLED; in velocity_probe()
3135 if (vptr->flags & VELOCITY_FLAGS_WOL_ENABLED) { in velocity_suspend()
3452 vptr->flags |= VELOCITY_FLAGS_WOL_ENABLED; in velocity_ethtool_set_wol()
3456 vptr->flags |= VELOCITY_FLAGS_WOL_ENABLED; in velocity_ethtool_set_wol()
3460 vptr->flags |= VELOCITY_FLAGS_WOL_ENABLED; in velocity_ethtool_set_wol()
Dvia-velocity.h1359 #define VELOCITY_FLAGS_WOL_ENABLED 0x00080000UL macro