Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/via/
H A Dvia-rhine.c813 #define RHINE_EVENT_SLOW (IntrPCIErr | IntrLinkChange) macro
814 #define RHINE_EVENT (RHINE_EVENT_NAPI | RHINE_EVENT_SLOW)
826 rhine_ack_events(rp, status & ~RHINE_EVENT_SLOW); in rhine_napipoll()
851 if (status & RHINE_EVENT_SLOW) { in rhine_napipoll()
852 enable_mask &= ~RHINE_EVENT_SLOW; in rhine_napipoll()
2193 rhine_ack_events(rp, intr_status & RHINE_EVENT_SLOW); in rhine_slow_event_task()