diff options
| author | Navdeep Parhar <np@FreeBSD.org> | 2018-05-10 00:04:14 +0000 |
|---|---|---|
| committer | Navdeep Parhar <np@FreeBSD.org> | 2018-05-10 00:04:14 +0000 |
| commit | 5174205de5ad204c9bda373c3ee63e688762a85c (patch) | |
| tree | d07d82bb0dc1119c6d6bcc91e06e526804cb14dd /sys/dev/cxgbe/common | |
| parent | e3d5c4ade1468e11bf361cb7186e1f92f5a8a545 (diff) | |
Notes
Diffstat (limited to 'sys/dev/cxgbe/common')
| -rw-r--r-- | sys/dev/cxgbe/common/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cxgbe/common/common.h b/sys/dev/cxgbe/common/common.h index 74d995c5c85d8..b2907ec41afec 100644 --- a/sys/dev/cxgbe/common/common.h +++ b/sys/dev/cxgbe/common/common.h @@ -371,6 +371,7 @@ struct adapter_params { unsigned int bypass:1; /* this is a bypass card */ unsigned int ethoffload:1; unsigned int hash_filter:1; + unsigned int filter2_wr_support:1; unsigned int ofldq_wr_cred; unsigned int eo_wr_cred; |
