IntrPCIErr
if (intr_status & (IntrPCIErr | LinkChange | StatsMax))
if (intr_status & IntrPCIErr) {
#define DEFAULT_INTR (IntrRxDMADone | IntrPCIErr | \
if (intr_status & IntrPCIErr) {
intr_status & IntrPCIErr);
if (intr_status & IntrPCIErr)
#define RHINE_EVENT_SLOW (IntrPCIErr | IntrLinkChange)