Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/broadcom/genet/
Dbcmgenet_wol.c45 wol->supported = WAKE_MAGIC | WAKE_MAGICSECURE | WAKE_FILTER; in bcmgenet_get_wol()
64 if (wol->wolopts & ~(WAKE_MAGIC | WAKE_MAGICSECURE | WAKE_FILTER)) in bcmgenet_set_wol()
150 if (priv->wolopts & WAKE_FILTER) { in bcmgenet_wol_power_down_cfg()
232 if (priv->wolopts & WAKE_FILTER) { in bcmgenet_wol_power_up_cfg()
/Linux-v5.10/net/ethtool/
Dcommon.c227 [const_ilog2(WAKE_FILTER)] = "filter",
/Linux-v5.10/include/uapi/linux/
Dethtool.h1807 #define WAKE_FILTER (1 << 7) macro
/Linux-v5.10/drivers/net/ethernet/broadcom/
Dbcmsysport.c536 wol->supported = WAKE_MAGIC | WAKE_MAGICSECURE | WAKE_FILTER; in bcm_sysport_get_wol()
550 u32 supported = WAKE_MAGIC | WAKE_MAGICSECURE | WAKE_FILTER; in bcm_sysport_set_wol()
2680 if (priv->wolopts & WAKE_FILTER) { in bcm_sysport_suspend_to_wol()
/Linux-v5.10/drivers/net/ethernet/intel/igc/
Digc_ethtool.c366 if (wol->wolopts & (WAKE_ARP | WAKE_MAGICSECURE | WAKE_FILTER)) in igc_ethtool_set_wol()
/Linux-v5.10/drivers/net/ethernet/intel/igb/
Digb_ethtool.c2131 if (wol->wolopts & (WAKE_ARP | WAKE_MAGICSECURE | WAKE_FILTER)) in igb_set_wol()
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2309 WAKE_FILTER)) in ixgbe_set_wol()