diff options
author | Hariprasad Shenai <hariprasad@chelsio.com> | 2014-10-09 04:18:45 +0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-10 02:53:51 +0400 |
commit | 7207c0d1540b679993d1f0bb9c1ff8e068958c75 (patch) | |
tree | 356e6101f4b8666621bc8e6f61592a8b7b2b1595 /drivers/net/ethernet/chelsio/cxgb4/t4_msg.h | |
parent | ea97caeee2ba60d258292ffca0b2c4778eb6bc21 (diff) | |
download | linux-7207c0d1540b679993d1f0bb9c1ff8e068958c75.tar.xz |
cxgb4/cxgb4vf: Updated the LSO transfer length in CPL_TX_PKT_LSO for T5
Update the lso length for T5 adapter and fix PIDX_T5 macro
Signed-off-by: Hariprasad Shenai <hariprasad@chelsio.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 52e08103f221..5f4db2398c71 100644 --- a/drivers/net/ethernet/chelsio/cxgb4/t4_msg.h +++ b/drivers/net/ethernet/chelsio/cxgb4/t4_msg.h @@ -527,6 +527,7 @@ struct cpl_tx_pkt_lso_core { #define LSO_LAST_SLICE (1 << 22) #define LSO_FIRST_SLICE (1 << 23) #define LSO_OPCODE(x) ((x) << 24) +#define LSO_T5_XFER_SIZE(x) ((x) << 0) __be16 ipid_ofst; __be16 mss; __be32 seqno_offset; |