Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/via/
H A Dvia-velocity.c2513 if (vptr->flags & VELOCITY_FLAGS_WOL_ENABLED) in velocity_close()
2843 vptr->flags |= VELOCITY_FLAGS_WOL_ENABLED; in velocity_probe()
3139 if (vptr->flags & VELOCITY_FLAGS_WOL_ENABLED) { in velocity_suspend()
3462 vptr->flags |= VELOCITY_FLAGS_WOL_ENABLED; in velocity_ethtool_set_wol()
3466 vptr->flags |= VELOCITY_FLAGS_WOL_ENABLED; in velocity_ethtool_set_wol()
3470 vptr->flags |= VELOCITY_FLAGS_WOL_ENABLED; in velocity_ethtool_set_wol()
H A Dvia-velocity.h1314 #define VELOCITY_FLAGS_WOL_ENABLED 0x00080000UL macro