Searched refs:enable_wake (Results 1 – 4 of 4) sorted by relevance
3027 static void __e100_shutdown(struct pci_dev *pdev, bool *enable_wake) in __e100_shutdown() argument3048 *enable_wake = true; in __e100_shutdown()3050 *enable_wake = false; in __e100_shutdown()
5080 static int __e1000_shutdown(struct pci_dev *pdev, bool *enable_wake) in __e1000_shutdown() argument5154 *enable_wake = !!wufc; in __e1000_shutdown()5158 *enable_wake = true; in __e1000_shutdown()
7334 static int __igb_shutdown(struct pci_dev *pdev, bool *enable_wake, in __igb_shutdown() argument7388 if (enable_wake) in __igb_shutdown()7389 *enable_wake = wake; in __igb_shutdown()
5959 static int __ixgbe_shutdown(struct pci_dev *pdev, bool *enable_wake) in __ixgbe_shutdown() argument6026 *enable_wake = !!wufc; in __ixgbe_shutdown()6027 if (hw->phy.ops.set_phy_power && !*enable_wake) in __ixgbe_shutdown()