Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c88 #define MACB_WOL_ENABLED BIT(0) macro
3309 bp->wol = (wol->wolopts) ? MACB_WOL_ENABLED : 0; in macb_set_wol()
5259 if (bp->wol & MACB_WOL_ENABLED) { in macb_suspend()
5349 if (!(bp->wol & MACB_WOL_ENABLED)) { in macb_suspend()
5390 if (bp->wol & MACB_WOL_ENABLED) { in macb_resume()