cnic: Update TCP options setup for iSCSI.
Update TCP delayed ACK and timestamp options setup to match latest bnx2x firmware. Signed-off-by: Eddie Wai <eddie.wai@broadcom.com> Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
6cdcdbba60
commit
b3bd2d65e6
@@ -5400,8 +5400,8 @@ struct tstorm_l5cm_tcp_flags {
|
||||
u16 flags;
|
||||
#define TSTORM_L5CM_TCP_FLAGS_VLAN_ID (0xFFF<<0)
|
||||
#define TSTORM_L5CM_TCP_FLAGS_VLAN_ID_SHIFT 0
|
||||
#define TSTORM_L5CM_TCP_FLAGS_RSRV0 (0x1<<12)
|
||||
#define TSTORM_L5CM_TCP_FLAGS_RSRV0_SHIFT 12
|
||||
#define TSTORM_L5CM_TCP_FLAGS_DELAYED_ACK_EN (0x1<<12)
|
||||
#define TSTORM_L5CM_TCP_FLAGS_DELAYED_ACK_SHIFT 12
|
||||
#define TSTORM_L5CM_TCP_FLAGS_TS_ENABLED (0x1<<13)
|
||||
#define TSTORM_L5CM_TCP_FLAGS_TS_ENABLED_SHIFT 13
|
||||
#define TSTORM_L5CM_TCP_FLAGS_RSRV1 (0x3<<14)
|
||||
|
Reference in New Issue
Block a user