Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/
H A Dif_fxpvar.h242 #define FXP_FLAG_WOL 0x4000 /* WOL active */ macro
H A Dif_fxp.c1076 sc->flags |= FXP_FLAG_WOL; in fxp_suspend()
1106 sc->flags &= ~FXP_FLAG_WOL; in fxp_resume()
2410 cbp->magic_pkt_dis = sc->flags & FXP_FLAG_WOL ? 0 : 1; in fxp_init_body()