mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
cxgbe/iw_cxgbe: hw supports 64K (not 32K) Protection Domains.
MFC after: 3 days Sponsored by: Chelsio Communications
This commit is contained in:
parent
42106dcc4b
commit
080491b13c
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
#define T4_MAX_NUM_QP (1<<16)
|
||||
#define T4_MAX_NUM_CQ (1<<15)
|
||||
#define T4_MAX_NUM_PD (1<<15)
|
||||
#define T4_MAX_NUM_PD 65536
|
||||
#define T4_EQ_STATUS_ENTRIES (L1_CACHE_BYTES > 64 ? 2 : 1)
|
||||
#define T4_MAX_EQ_SIZE (65520 - T4_EQ_STATUS_ENTRIES)
|
||||
#define T4_MAX_IQ_SIZE (65520 - 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue