[PATCH] sky2: handle all error irqs
[deliverable/linux.git] / drivers / net / sky2.h
index 50e9f7d38bf3b02e6e15e6b7ff9fd288ea4784c7..d63cd5a1b71c81f21914fff13cbcd21619f616c0 100644 (file)
@@ -279,8 +279,10 @@ enum {
        Y2_IS_CHK_TXA1  = 1<<0,         /* Descriptor error TXA 1 */
 
        Y2_IS_BASE      = Y2_IS_HW_ERR | Y2_IS_STAT_BMU,
-       Y2_IS_PORT_1    = Y2_IS_IRQ_PHY1 | Y2_IS_IRQ_MAC1,
-       Y2_IS_PORT_2    = Y2_IS_IRQ_PHY2 | Y2_IS_IRQ_MAC2,
+       Y2_IS_PORT_1    = Y2_IS_IRQ_PHY1 | Y2_IS_IRQ_MAC1
+                         | Y2_IS_CHK_TXA1 | Y2_IS_CHK_RX1,
+       Y2_IS_PORT_2    = Y2_IS_IRQ_PHY2 | Y2_IS_IRQ_MAC2
+                         | Y2_IS_CHK_TXA2 | Y2_IS_CHK_RX2,
 };
 
 /*     B2_IRQM_HWE_MSK 32 bit  IRQ Moderation HW Error Mask */
This page took 0.030289 seconds and 5 git commands to generate.