Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/via/
Dvia-velocity.c2531 if (vptr->flags & VELOCITY_FLAGS_WOL_ENABLED) in velocity_close()
2873 vptr->flags |= VELOCITY_FLAGS_WOL_ENABLED; in velocity_probe()
3169 if (vptr->flags & VELOCITY_FLAGS_WOL_ENABLED) { in velocity_suspend()
3478 vptr->flags |= VELOCITY_FLAGS_WOL_ENABLED; in velocity_ethtool_set_wol()
3482 vptr->flags |= VELOCITY_FLAGS_WOL_ENABLED; in velocity_ethtool_set_wol()
3486 vptr->flags |= VELOCITY_FLAGS_WOL_ENABLED; in velocity_ethtool_set_wol()
Dvia-velocity.h1368 #define VELOCITY_FLAGS_WOL_ENABLED 0x00080000UL macro