Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet_wol.c56 wol->supported |= WAKE_MAGIC | WAKE_MAGICSECURE | WAKE_FILTER; in bcmgenet_get_wol()
88 if (wol->wolopts & ~(WAKE_MAGIC | WAKE_MAGICSECURE | WAKE_FILTER)) in bcmgenet_set_wol()
/linux/include/uapi/linux/
H A Dethtool.h2309 #define WAKE_FILTER (1 << 7) macro
/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c514 wol->supported = WAKE_MAGIC | WAKE_MAGICSECURE | WAKE_FILTER; in bcm_sysport_get_wol()
528 u32 supported = WAKE_MAGIC | WAKE_MAGICSECURE | WAKE_FILTER; in bcm_sysport_set_wol()
2665 if (priv->wolopts & WAKE_FILTER) { in bcm_sysport_suspend_to_wol()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c389 if (wol->wolopts & (WAKE_ARP | WAKE_MAGICSECURE | WAKE_FILTER)) in igc_ethtool_set_wol()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c2133 if (wol->wolopts & (WAKE_ARP | WAKE_MAGICSECURE | WAKE_FILTER)) in igb_set_wol()