diff options
author | Anish Bhatt <anish@chelsio.com> | 2014-07-17 00:18:15 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-07-17 16:06:03 -0700 |
commit | 3ded29ace767a626d07c14fbdf9586dc0e520636 (patch) | |
tree | 0e1ca3ff484c2ad1aa9e9831917424c2f021beaf /drivers/net/ethernet/chelsio/cxgb4/t4_msg.h | |
parent | 92abf75033d2677a684c623d60f093b130c4b38f (diff) | |
download | talos-obmc-linux-3ded29ace767a626d07c14fbdf9586dc0e520636.tar.gz talos-obmc-linux-3ded29ace767a626d07c14fbdf9586dc0e520636.zip |
cxgb4/iw_cxgb4: Move common defines to cxgb4
This define is used by cxgb4i and iw_cxgb4, moving to avoid code duplication
Signed-off-by: Anish Bhatt <anish@chelsio.com>
Acked-by: Steve Wise <swise@opengridcomputing.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/cxgb4/t4_msg.h')
-rw-r--r-- | drivers/net/ethernet/chelsio/cxgb4/t4_msg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/chelsio/cxgb4/t4_msg.h b/drivers/net/ethernet/chelsio/cxgb4/t4_msg.h index abb45809c0c8..64006327df83 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/t4_msg.h +++ b/drivers/net/ethernet/chelsio/cxgb4/t4_msg.h @@ -276,6 +276,7 @@ struct cpl_pass_accept_rpl { #define WND_SCALE_EN(x) ((x) << 28) #define TSTAMPS_EN(x) ((x) << 29) #define SACK_EN(x) ((x) << 30) +#define T5_OPT_2_VALID ((1U) << 31) __be64 opt0; }; |