Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/broadcom/genet/
Dbcmgenet_wol.c44 wol->supported = WAKE_MAGIC | WAKE_MAGICSECURE | WAKE_FILTER; in bcmgenet_get_wol()
63 if (wol->wolopts & ~(WAKE_MAGIC | WAKE_MAGICSECURE | WAKE_FILTER)) in bcmgenet_set_wol()
149 if (priv->wolopts & WAKE_FILTER) { in bcmgenet_wol_power_down_cfg()
225 if (priv->wolopts & WAKE_FILTER) { in bcmgenet_wol_power_up_cfg()
/Linux-v5.15/net/ethtool/
Dcommon.c381 [const_ilog2(WAKE_FILTER)] = "filter",
/Linux-v5.15/include/uapi/linux/
Dethtool.h1849 #define WAKE_FILTER (1 << 7) macro
/Linux-v5.15/drivers/net/ethernet/broadcom/
Dbcmsysport.c537 wol->supported = WAKE_MAGIC | WAKE_MAGICSECURE | WAKE_FILTER; in bcm_sysport_get_wol()
551 u32 supported = WAKE_MAGIC | WAKE_MAGICSECURE | WAKE_FILTER; in bcm_sysport_set_wol()
2676 if (priv->wolopts & WAKE_FILTER) { in bcm_sysport_suspend_to_wol()
/Linux-v5.15/drivers/net/ethernet/intel/igc/
Digc_ethtool.c385 if (wol->wolopts & (WAKE_ARP | WAKE_MAGICSECURE | WAKE_FILTER)) in igc_ethtool_set_wol()
/Linux-v5.15/drivers/net/ethernet/intel/igb/
Digb_ethtool.c2131 if (wol->wolopts & (WAKE_ARP | WAKE_MAGICSECURE | WAKE_FILTER)) in igb_set_wol()
/Linux-v5.15/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c2297 WAKE_FILTER)) in ixgbe_set_wol()