cnic: update for FW 7.2.xx
Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: Dmitry Kravkov <dmitry@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1101a0d87a
commit
e65de0716f
1 changed files with 12 additions and 12 deletions
|
@ -1393,9 +1393,9 @@ struct xstorm_fcoe_extra_ag_context_section {
|
|||
#define __XSTORM_FCOE_EXTRA_AG_CONTEXT_SECTION_RESERVED_DA_EXPIRATION_FLAG_SHIFT 7
|
||||
#endif
|
||||
u32 snd_nxt;
|
||||
u32 tx_wnd;
|
||||
u32 __reserved55;
|
||||
u32 local_adv_wnd;
|
||||
u32 __xfrqe_bd_addr_lo;
|
||||
u32 __xfrqe_bd_addr_hi;
|
||||
u32 __xfrqe_data1;
|
||||
#if defined(__BIG_ENDIAN)
|
||||
u8 __agg_val8_th;
|
||||
u8 __tx_dest;
|
||||
|
@ -1481,13 +1481,13 @@ struct xstorm_fcoe_extra_ag_context_section {
|
|||
#endif
|
||||
u32 __tcp_agg_vars6;
|
||||
#if defined(__BIG_ENDIAN)
|
||||
u16 __agg_misc6;
|
||||
u16 __xfrqe_mng;
|
||||
u16 __tcp_agg_vars7;
|
||||
#elif defined(__LITTLE_ENDIAN)
|
||||
u16 __tcp_agg_vars7;
|
||||
u16 __agg_misc6;
|
||||
u16 __xfrqe_mng;
|
||||
#endif
|
||||
u32 __agg_val10;
|
||||
u32 __xfrqe_data0;
|
||||
u32 __agg_val10_th;
|
||||
#if defined(__BIG_ENDIAN)
|
||||
u16 __reserved3;
|
||||
|
@ -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_SHIFT 24
|
||||
#if defined(__BIG_ENDIAN)
|
||||
u16 agg_misc0;
|
||||
u16 __cache_wqe_db;
|
||||
u16 sq_prod;
|
||||
#elif defined(__LITTLE_ENDIAN)
|
||||
u16 sq_prod;
|
||||
u16 agg_misc0;
|
||||
u16 __cache_wqe_db;
|
||||
#endif
|
||||
#if defined(__BIG_ENDIAN)
|
||||
u8 agg_val3;
|
||||
|
@ -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_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_RSRV2 (0x1<<7)
|
||||
#define FCOE_TCE_TX_WR_RX_RD_CONST_RSRV2_SHIFT 7
|
||||
#define FCOE_TCE_TX_WR_RX_RD_CONST_TX_COMP_TRNS (0x1<<7)
|
||||
#define FCOE_TCE_TX_WR_RX_RD_CONST_TX_COMP_TRNS_SHIFT 7
|
||||
__le16 rsrv3;
|
||||
__le32 verify_tx_seq;
|
||||
};
|
||||
|
@ -4299,7 +4299,7 @@ struct xstorm_eth_context_section {
|
|||
#endif
|
||||
#if defined(__BIG_ENDIAN)
|
||||
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_SHIFT 0
|
||||
#define XSTORM_ETH_CONTEXT_SECTION_CFI (0x1<<12)
|
||||
|
@ -4307,7 +4307,7 @@ struct xstorm_eth_context_section {
|
|||
#define XSTORM_ETH_CONTEXT_SECTION_PRIORITY (0x7<<13)
|
||||
#define XSTORM_ETH_CONTEXT_SECTION_PRIORITY_SHIFT 13
|
||||
#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_SHIFT 0
|
||||
#define XSTORM_ETH_CONTEXT_SECTION_CFI (0x1<<12)
|
||||
|
|
Loading…
Reference in a new issue