cxgb4/cxgb4vf: read the correct bits of PL Who Am I register
[cascardo/linux.git] / drivers / net / ethernet / chelsio / cxgb4 / t4_regs.h
index 13ce018..e444dc4 100644 (file)
 #define SOURCEPF_M    0x7U
 #define SOURCEPF_G(x) (((x) >> SOURCEPF_S) & SOURCEPF_M)
 
+#define T6_SOURCEPF_S    9
+#define T6_SOURCEPF_M    0x7U
+#define T6_SOURCEPF_G(x) (((x) >> T6_SOURCEPF_S) & T6_SOURCEPF_M)
+
 #define PL_INT_CAUSE_A 0x1940c
 
 #define ULP_TX_S    27