summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2011-11-23 16:03:47 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2011-11-23 16:03:47 +0000
commit0c8c53adb468bd5c3d87eedbe7f1c3e9edbf4dc2 (patch)
tree97f8b9c322c627be8bcd970bf8f3bc5c4314c03d /sys/dev
parent97fb1ed18291f3c60e2a47065fe7a68a84adc19f (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/qlxgb/qla_def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/qlxgb/qla_def.h b/sys/dev/qlxgb/qla_def.h
index 8a761f483094..d40d5e2af2bb 100644
--- a/sys/dev/qlxgb/qla_def.h
+++ b/sys/dev/qlxgb/qla_def.h
@@ -86,7 +86,7 @@ typedef struct qla_tx_buf qla_tx_buf_t;
#define QLA_MAX_SEGMENTS 63 /* maximum # of segs in a sg list */
#define QLA_MAX_FRAME_SIZE MJUM9BYTES
#define QLA_STD_FRAME_SIZE 1514
-#define QLA_MAX_TSO_FRAME_SIZE (64 * 1024 - 1)
+#define QLA_MAX_TSO_FRAME_SIZE ((64 * 1024 - 1) + 22)
/* Number of MSIX/MSI Vectors required */
#define Q8_MSI_COUNT 4