aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/cxgb3/common.h')
-rw-r--r--drivers/net/cxgb3/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/cxgb3/common.h b/drivers/net/cxgb3/common.h
index 85e5543cfb57..38a0565ad1c1 100644
--- a/drivers/net/cxgb3/common.h
+++ b/drivers/net/cxgb3/common.h
@@ -358,6 +358,9 @@ enum {
358 MC5_MODE_72_BIT = 2 358 MC5_MODE_72_BIT = 2
359}; 359};
360 360
361/* MC5 min active region size */
362enum { MC5_MIN_TIDS = 16 };
363
361struct vpd_params { 364struct vpd_params {
362 unsigned int cclk; 365 unsigned int cclk;
363 unsigned int mclk; 366 unsigned int mclk;