Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/
Db44.h381 #define B44_FLAG_WOL_ENABLE 0x80000000 macro
Db44.c1628 if (bp->flags & B44_FLAG_WOL_ENABLE) { in b44_close()
2014 if (bp->flags & B44_FLAG_WOL_ENABLE) in b44_get_wol()
2027 bp->flags |= B44_FLAG_WOL_ENABLE; in b44_set_wol()
2029 bp->flags &= ~B44_FLAG_WOL_ENABLE; in b44_set_wol()
2268 if (bp->flags & B44_FLAG_WOL_ENABLE) { in b44_suspend()