Commit e65de071 authored by Michael Chan's avatar Michael Chan Committed by David S. Miller

cnic: update for FW 7.2.xx

Signed-off-by: default avatarMichael Chan <mchan@broadcom.com>
Signed-off-by: default avatarDmitry Kravkov <dmitry@broadcom.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1101a0d8
...@@ -1393,9 +1393,9 @@ struct xstorm_fcoe_extra_ag_context_section { ...@@ -1393,9 +1393,9 @@ struct xstorm_fcoe_extra_ag_context_section {
#define __XSTORM_FCOE_EXTRA_AG_CONTEXT_SECTION_RESERVED_DA_EXPIRATION_FLAG_SHIFT 7 #define __XSTORM_FCOE_EXTRA_AG_CONTEXT_SECTION_RESERVED_DA_EXPIRATION_FLAG_SHIFT 7
#endif #endif
u32 snd_nxt; u32 snd_nxt;
u32 tx_wnd; u32 __xfrqe_bd_addr_lo;
u32 __reserved55; u32 __xfrqe_bd_addr_hi;
u32 local_adv_wnd; u32 __xfrqe_data1;
#if defined(__BIG_ENDIAN) #if defined(__BIG_ENDIAN)
u8 __agg_val8_th; u8 __agg_val8_th;
u8 __tx_dest; u8 __tx_dest;
...@@ -1481,13 +1481,13 @@ struct xstorm_fcoe_extra_ag_context_section { ...@@ -1481,13 +1481,13 @@ struct xstorm_fcoe_extra_ag_context_section {
#endif #endif
u32 __tcp_agg_vars6; u32 __tcp_agg_vars6;
#if defined(__BIG_ENDIAN) #if defined(__BIG_ENDIAN)
u16 __agg_misc6; u16 __xfrqe_mng;
u16 __tcp_agg_vars7; u16 __tcp_agg_vars7;
#elif defined(__LITTLE_ENDIAN) #elif defined(__LITTLE_ENDIAN)
u16 __tcp_agg_vars7; u16 __tcp_agg_vars7;
u16 __agg_misc6; u16 __xfrqe_mng;
#endif #endif
u32 __agg_val10; u32 __xfrqe_data0;
u32 __agg_val10_th; u32 __agg_val10_th;
#if defined(__BIG_ENDIAN) #if defined(__BIG_ENDIAN)
u16 __reserved3; u16 __reserved3;
...@@ -1707,11 +1707,11 @@ struct xstorm_fcoe_ag_context { ...@@ -1707,11 +1707,11 @@ struct xstorm_fcoe_ag_context {
#define XSTORM_FCOE_AG_CONTEXT_AGG_MISC3 (0xFF<<24) #define XSTORM_FCOE_AG_CONTEXT_AGG_MISC3 (0xFF<<24)
#define XSTORM_FCOE_AG_CONTEXT_AGG_MISC3_SHIFT 24 #define XSTORM_FCOE_AG_CONTEXT_AGG_MISC3_SHIFT 24
#if defined(__BIG_ENDIAN) #if defined(__BIG_ENDIAN)
u16 agg_misc0; u16 __cache_wqe_db;
u16 sq_prod; u16 sq_prod;
#elif defined(__LITTLE_ENDIAN) #elif defined(__LITTLE_ENDIAN)
u16 sq_prod; u16 sq_prod;
u16 agg_misc0; u16 __cache_wqe_db;
#endif #endif
#if defined(__BIG_ENDIAN) #if defined(__BIG_ENDIAN)
u8 agg_val3; u8 agg_val3;
...@@ -3017,8 +3017,8 @@ struct fcoe_tce_tx_wr_rx_rd_const { ...@@ -3017,8 +3017,8 @@ struct fcoe_tce_tx_wr_rx_rd_const {
#define FCOE_TCE_TX_WR_RX_RD_CONST_RSRV1_SHIFT 5 #define FCOE_TCE_TX_WR_RX_RD_CONST_RSRV1_SHIFT 5
#define FCOE_TCE_TX_WR_RX_RD_CONST_TX_SEQ_INIT (0x1<<6) #define FCOE_TCE_TX_WR_RX_RD_CONST_TX_SEQ_INIT (0x1<<6)
#define FCOE_TCE_TX_WR_RX_RD_CONST_TX_SEQ_INIT_SHIFT 6 #define FCOE_TCE_TX_WR_RX_RD_CONST_TX_SEQ_INIT_SHIFT 6
#define FCOE_TCE_TX_WR_RX_RD_CONST_RSRV2 (0x1<<7) #define FCOE_TCE_TX_WR_RX_RD_CONST_TX_COMP_TRNS (0x1<<7)
#define FCOE_TCE_TX_WR_RX_RD_CONST_RSRV2_SHIFT 7 #define FCOE_TCE_TX_WR_RX_RD_CONST_TX_COMP_TRNS_SHIFT 7
__le16 rsrv3; __le16 rsrv3;
__le32 verify_tx_seq; __le32 verify_tx_seq;
}; };
...@@ -4299,7 +4299,7 @@ struct xstorm_eth_context_section { ...@@ -4299,7 +4299,7 @@ struct xstorm_eth_context_section {
#endif #endif
#if defined(__BIG_ENDIAN) #if defined(__BIG_ENDIAN)
u16 reserved_vlan_type; u16 reserved_vlan_type;
u16 params; u16 vlan_params;
#define XSTORM_ETH_CONTEXT_SECTION_VLAN_ID (0xFFF<<0) #define XSTORM_ETH_CONTEXT_SECTION_VLAN_ID (0xFFF<<0)
#define XSTORM_ETH_CONTEXT_SECTION_VLAN_ID_SHIFT 0 #define XSTORM_ETH_CONTEXT_SECTION_VLAN_ID_SHIFT 0
#define XSTORM_ETH_CONTEXT_SECTION_CFI (0x1<<12) #define XSTORM_ETH_CONTEXT_SECTION_CFI (0x1<<12)
...@@ -4307,7 +4307,7 @@ struct xstorm_eth_context_section { ...@@ -4307,7 +4307,7 @@ struct xstorm_eth_context_section {
#define XSTORM_ETH_CONTEXT_SECTION_PRIORITY (0x7<<13) #define XSTORM_ETH_CONTEXT_SECTION_PRIORITY (0x7<<13)
#define XSTORM_ETH_CONTEXT_SECTION_PRIORITY_SHIFT 13 #define XSTORM_ETH_CONTEXT_SECTION_PRIORITY_SHIFT 13
#elif defined(__LITTLE_ENDIAN) #elif defined(__LITTLE_ENDIAN)
u16 params; u16 vlan_params;
#define XSTORM_ETH_CONTEXT_SECTION_VLAN_ID (0xFFF<<0) #define XSTORM_ETH_CONTEXT_SECTION_VLAN_ID (0xFFF<<0)
#define XSTORM_ETH_CONTEXT_SECTION_VLAN_ID_SHIFT 0 #define XSTORM_ETH_CONTEXT_SECTION_VLAN_ID_SHIFT 0
#define XSTORM_ETH_CONTEXT_SECTION_CFI (0x1<<12) #define XSTORM_ETH_CONTEXT_SECTION_CFI (0x1<<12)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment