File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
drivers/net/ethernet/intel/ice Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1066,10 +1066,10 @@ struct ice_aqc_nvm {
1066
1066
#define ICE_AQC_NVM_LAST_CMD BIT(0)
1067
1067
#define ICE_AQC_NVM_PCIR_REQ BIT(0) /* Used by NVM Update reply */
1068
1068
#define ICE_AQC_NVM_PRESERVATION_S 1
1069
- #define ICE_AQC_NVM_PRESERVATION_M (3 << CSR_AQ_NVM_PRESERVATION_S )
1070
- #define ICE_AQC_NVM_NO_PRESERVATION (0 << CSR_AQ_NVM_PRESERVATION_S )
1069
+ #define ICE_AQC_NVM_PRESERVATION_M (3 << ICE_AQC_NVM_PRESERVATION_S )
1070
+ #define ICE_AQC_NVM_NO_PRESERVATION (0 << ICE_AQC_NVM_PRESERVATION_S )
1071
1071
#define ICE_AQC_NVM_PRESERVE_ALL BIT(1)
1072
- #define ICE_AQC_NVM_PRESERVE_SELECTED (3 << CSR_AQ_NVM_PRESERVATION_S )
1072
+ #define ICE_AQC_NVM_PRESERVE_SELECTED (3 << ICE_AQC_NVM_PRESERVATION_S )
1073
1073
#define ICE_AQC_NVM_FLASH_ONLY BIT(7)
1074
1074
__le16 module_typeid ;
1075
1075
__le16 length ;
You can’t perform that action at this time.
0 commit comments