Searched refs:B44_FLAG_WOL_ENABLE (Results 1 – 2 of 2) sorted by relevance
381 #define B44_FLAG_WOL_ENABLE 0x80000000 macro
1637 if (bp->flags & B44_FLAG_WOL_ENABLE) { in b44_close()2017 if (bp->flags & B44_FLAG_WOL_ENABLE) in b44_get_wol()2030 bp->flags |= B44_FLAG_WOL_ENABLE; in b44_set_wol()2032 bp->flags &= ~B44_FLAG_WOL_ENABLE; in b44_set_wol()2270 if (bp->flags & B44_FLAG_WOL_ENABLE) { in b44_suspend()