Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[cascardo/linux.git] / drivers / net / ethernet / freescale / fec.h
index dc71a88..c865135 100644 (file)
@@ -442,8 +442,10 @@ struct bufdesc_ex {
 #define FEC_QUIRK_SINGLE_MDIO          (1 << 11)
 /* Controller supports RACC register */
 #define FEC_QUIRK_HAS_RACC             (1 << 12)
+/* Controller supports interrupt coalesc */
+#define FEC_QUIRK_HAS_COALESCE         (1 << 13)
 /* Interrupt doesn't wake CPU from deep idle */
-#define FEC_QUIRK_ERR006687            (1 << 13)
+#define FEC_QUIRK_ERR006687            (1 << 14)
 
 struct bufdesc_prop {
        int qid;