Home
last modified time | relevance | path

Searched refs:IntrOK (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/dec/tulip/
H A Dde2104x.c186 IntrOK = (1 << 16), enumerator
247 IntrOK | IntrErr | RxIntr | RxEmpty | TxIntr | TxEmpty |
501 if ((!(status & (IntrOK|IntrErr))) || (status == 0xFFFF)) in de_interrupt()