summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgbe/adapter.h
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2013-02-26 00:27:27 +0000
committernp <np@FreeBSD.org>2013-02-26 00:27:27 +0000
commitb803c7de89432aa2b5990620a631d44776c10a45 (patch)
tree13f48187ef670ac30a91f7085111c96bf6fb5952 /sys/dev/cxgbe/adapter.h
parentf9193e6daaff1856be00a9438fef1064b731599a (diff)
downloadFreeBSD-src-b803c7de89432aa2b5990620a631d44776c10a45.zip
FreeBSD-src-b803c7de89432aa2b5990620a631d44776c10a45.tar.gz
cxgbe(4): Ask the card's firmware to pad up tiny CPLs by encapsulating
them in a firmware message if it is able to do so. This works out better for one of the FIFOs in the chip. MFC after: 5 days
Diffstat (limited to 'sys/dev/cxgbe/adapter.h')
-rw-r--r--sys/dev/cxgbe/adapter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cxgbe/adapter.h b/sys/dev/cxgbe/adapter.h
index 55cfa52..eee9e1a 100644
--- a/sys/dev/cxgbe/adapter.h
+++ b/sys/dev/cxgbe/adapter.h
@@ -600,7 +600,7 @@ struct adapter {
struct callout sfl_callout;
an_handler_t an_handler __aligned(CACHE_LINE_SIZE);
- fw_msg_handler_t fw_msg_handler[4]; /* NUM_FW6_TYPES */
+ fw_msg_handler_t fw_msg_handler[5]; /* NUM_FW6_TYPES */
cpl_handler_t cpl_handler[0xef]; /* NUM_CPL_CMDS */
#ifdef INVARIANTS
OpenPOWER on IntegriCloud