Searched refs:__igc_shutdown (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 5470 static int __igc_shutdown(struct pci_dev *pdev, bool *enable_wake, in __igc_shutdown() function 5542 return __igc_shutdown(to_pci_dev(dev), NULL, 1); in igc_runtime_suspend() 5635 return __igc_shutdown(to_pci_dev(dev), NULL, 0); in igc_suspend() 5654 __igc_shutdown(pdev, &wake, 0); in igc_shutdown()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igc/ |
H A D | igc_main.c | 7017 static int __igc_shutdown(struct pci_dev *pdev, bool *enable_wake, in __igc_shutdown() function 7089 return __igc_shutdown(to_pci_dev(dev), NULL, 1); in igc_runtime_suspend() 7182 return __igc_shutdown(to_pci_dev(dev), NULL, 0); in igc_suspend() 7201 __igc_shutdown(pdev, &wake, 0); in igc_shutdown()
|
Completed in 19 milliseconds