net/ice/base: add some minor new defines
1. Add defines for Link Topology Netlist Section. 2. Add missing Read MAC command response bits. 3. Adds AQ error 29. Signed-off-by: Jacek Naczyk <jacek.naczyk@intel.com> Signed-off-by: Lev Faerman <lev.faerman@intel.com> Signed-off-by: Paul M Stillwell Jr <paul.m.stillwell.jr@intel.com> Signed-off-by: Leyi Rong <leyi.rong@intel.com> Acked-by: Qi Zhang <qi.z.zhang@intel.com>
This commit is contained in:
parent
fdafeee39a
commit
b2de221a3b
@ -142,6 +142,8 @@ struct ice_aqc_manage_mac_read {
|
||||
#define ICE_AQC_MAN_MAC_SAN_ADDR_VALID BIT(5)
|
||||
#define ICE_AQC_MAN_MAC_PORT_ADDR_VALID BIT(6)
|
||||
#define ICE_AQC_MAN_MAC_WOL_ADDR_VALID BIT(7)
|
||||
#define ICE_AQC_MAN_MAC_MC_MAG_EN BIT(8)
|
||||
#define ICE_AQC_MAN_MAC_WOL_PRESERVE_ON_PFR BIT(9)
|
||||
#define ICE_AQC_MAN_MAC_READ_S 4
|
||||
#define ICE_AQC_MAN_MAC_READ_M (0xF << ICE_AQC_MAN_MAC_READ_S)
|
||||
u8 rsvd[2];
|
||||
@ -2390,6 +2392,7 @@ enum ice_aq_err {
|
||||
ICE_AQ_RC_ESVN = 26, /* SVN number prohibits this package */
|
||||
ICE_AQ_RC_EBADMAN = 27, /* Manifest hash mismatch */
|
||||
ICE_AQ_RC_EBADBUF = 28, /* Buffer hash mismatches manifest */
|
||||
ICE_AQ_RC_EACCES_BMCU = 29, /* BMC Update in progress */
|
||||
};
|
||||
|
||||
/* Admin Queue command opcodes */
|
||||
|
@ -971,6 +971,8 @@ enum ice_sw_fwd_act_type {
|
||||
#define ICE_SR_NVM_BANK_SIZE 0x43
|
||||
#define ICE_SR_1ND_OROM_BANK_PTR 0x44
|
||||
#define ICE_SR_OROM_BANK_SIZE 0x45
|
||||
#define ICE_SR_NETLIST_BANK_PTR 0x46
|
||||
#define ICE_SR_NETLIST_BANK_SIZE 0x47
|
||||
#define ICE_SR_EMP_SR_SETTINGS_PTR 0x48
|
||||
#define ICE_SR_CONFIGURATION_METADATA_PTR 0x4D
|
||||
#define ICE_SR_IMMEDIATE_VALUES_PTR 0x4E
|
||||
|
Loading…
x
Reference in New Issue
Block a user