diff options
author | Andrew Lunn <andrew@lunn.ch> | 2018-01-14 02:32:44 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-01-14 12:08:45 -0500 |
commit | 0977644c5005ca2d186b353d7236deca6aa2933e (patch) | |
tree | c7eb19159c66f71e31e8faf618c97b16c545e931 /drivers/net/dsa/mv88e6xxx/chip.h | |
parent | 3743d88ab48afa7fb036bb01cd1f19f8202bc526 (diff) | |
download | linux-0977644c5005ca2d186b353d7236deca6aa2933e.tar.bz2 |
net: dsa: mv88e6xxx: Decode ATU problem interrupt
When there is a problem with the ATU, an interrupt can be
generated. Trap this interrupt and decode the registers to determine
what the problem was, then log the error.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/mv88e6xxx/chip.h')
-rw-r--r-- | drivers/net/dsa/mv88e6xxx/chip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/chip.h b/drivers/net/dsa/mv88e6xxx/chip.h index 334f6f7544ba..4dc4a11c6e16 100644 --- a/drivers/net/dsa/mv88e6xxx/chip.h +++ b/drivers/net/dsa/mv88e6xxx/chip.h @@ -207,6 +207,7 @@ struct mv88e6xxx_chip { int irq; int device_irq; int watchdog_irq; + int atu_prob_irq; }; struct mv88e6xxx_bus_ops { |