i40e: factoring out i40e_suspend/i40e_resume
authorThinh Tran <thinhtr@linux.ibm.com>
Tue, 28 May 2024 22:06:05 +0000 (15:06 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 30 May 2024 01:56:30 +0000 (18:56 -0700)
commit218ed820d364ddc2b0150951e6b1a1bd1e49469d
tree932bc97243a3ce288e3dcecf55bd18883459b2b9
parentbfd546a552e140b0a4c8a21527c39d6d21addb28
i40e: factoring out i40e_suspend/i40e_resume

Two new functions, i40e_io_suspend() and i40e_io_resume(), have been
introduced.  These functions were factored out from the existing
i40e_suspend() and i40e_resume() respectively.  This factoring was
done due to concerns about the logic of the I40E_SUSPENSED state, which
caused the device to be unable to recover.  The functions are now used
in the EEH handling for device suspend/resume callbacks.

The function i40e_enable_mc_magic_wake() has been moved ahead of
i40e_io_suspend() to ensure it is declared before being used.

Tested-by: Robert Thomas <rob.thomas@ibm.com>
Signed-off-by: Thinh Tran <thinhtr@linux.ibm.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pucha@intel.com>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://lore.kernel.org/r/20240528-net-2024-05-28-intel-net-fixes-v1-2-dc8593d2bbc6@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/intel/i40e/i40e_main.c