Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/cadence/
H A Dmacb_main.c85 #define MACB_WOL_ENABLED BIT(0) macro
3466 bp->wol = (wol->wolopts) ? MACB_WOL_ENABLED : 0; in macb_set_wol()
5426 if (bp->wol & MACB_WOL_ENABLED) { in macb_suspend()
5516 if (!(bp->wol & MACB_WOL_ENABLED)) { in macb_suspend()
5557 if (bp->wol & MACB_WOL_ENABLED) { in macb_resume()