summaryrefslogtreecommitdiff
path: root/sys/dev/cxgbe/tom/t4_cpl_io.c
diff options
context:
space:
mode:
authorNavdeep Parhar <np@FreeBSD.org>2018-09-25 05:52:42 +0000
committerNavdeep Parhar <np@FreeBSD.org>2018-09-25 05:52:42 +0000
commitea710848dca328f3d617ce52c5553e20d7de671c (patch)
treeb69f2611f59a222a1821a56d29e186f1f6d0cf2d /sys/dev/cxgbe/tom/t4_cpl_io.c
parentfd8cf3be5f3a1bfbe6b9b07bc610f3b1ce9361f4 (diff)
downloadsrc-test2-ea710848dca328f3d617ce52c5553e20d7de671c.tar.gz
src-test2-ea710848dca328f3d617ce52c5553e20d7de671c.zip
Notes
Diffstat (limited to 'sys/dev/cxgbe/tom/t4_cpl_io.c')
-rw-r--r--sys/dev/cxgbe/tom/t4_cpl_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cxgbe/tom/t4_cpl_io.c b/sys/dev/cxgbe/tom/t4_cpl_io.c
index 4a6ac900962b..684606a8d5b5 100644
--- a/sys/dev/cxgbe/tom/t4_cpl_io.c
+++ b/sys/dev/cxgbe/tom/t4_cpl_io.c
@@ -634,7 +634,7 @@ write_tx_wr(void *dst, struct toepcb *toep, unsigned int immdlen,
if (txalign > 0) {
struct tcpcb *tp = intotcpcb(toep->inp);
- if (plen < 2 * tp->t_maxseg || is_10G_port(toep->vi->pi))
+ if (plen < 2 * tp->t_maxseg)
txwr->lsodisable_to_flags |=
htobe32(F_FW_OFLD_TX_DATA_WR_LSODISABLE);
else