aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3/regs.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/cxgb3/regs.h')
-rw-r--r--drivers/net/cxgb3/regs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/cxgb3/regs.h b/drivers/net/cxgb3/regs.h
index aa80313c922e..282427877ea9 100644
--- a/drivers/net/cxgb3/regs.h
+++ b/drivers/net/cxgb3/regs.h
@@ -172,6 +172,14 @@
172 172
173#define A_SG_INT_CAUSE 0x5c 173#define A_SG_INT_CAUSE 0x5c
174 174
175#define S_HIPIODRBDROPERR 11
176#define V_HIPIODRBDROPERR(x) ((x) << S_HIPIODRBDROPERR)
177#define F_HIPIODRBDROPERR V_HIPIODRBDROPERR(1U)
178
179#define S_LOPIODRBDROPERR 10
180#define V_LOPIODRBDROPERR(x) ((x) << S_LOPIODRBDROPERR)
181#define F_LOPIODRBDROPERR V_LOPIODRBDROPERR(1U)
182
175#define S_RSPQDISABLED 3 183#define S_RSPQDISABLED 3
176#define V_RSPQDISABLED(x) ((x) << S_RSPQDISABLED) 184#define V_RSPQDISABLED(x) ((x) << S_RSPQDISABLED)
177#define F_RSPQDISABLED V_RSPQDISABLED(1U) 185#define F_RSPQDISABLED V_RSPQDISABLED(1U)