Lines Matching refs:intr_status
353 static void yellowfin_error(struct net_device *dev, int intr_status);
904 u16 intr_status = ioread16(ioaddr + IntrClear); in yellowfin_interrupt() local
908 intr_status); in yellowfin_interrupt()
910 if (intr_status == 0) in yellowfin_interrupt()
914 if (intr_status & (IntrRxDone | IntrEarlyRx)) { in yellowfin_interrupt()
942 if ((intr_status & IntrTxDone) || (yp->tx_tail_desc->tx_errs)) { in yellowfin_interrupt()
1017 if (intr_status & 0x2ee) /* Abnormal error summary. */ in yellowfin_interrupt()
1018 yellowfin_error(dev, intr_status); in yellowfin_interrupt()
1022 intr_status); in yellowfin_interrupt()
1176 static void yellowfin_error(struct net_device *dev, int intr_status) in yellowfin_error() argument
1178 netdev_err(dev, "Something Wicked happened! %04x\n", intr_status); in yellowfin_error()
1180 if (intr_status & (IntrTxPCIErr | IntrTxPCIFault)) in yellowfin_error()
1182 if (intr_status & (IntrRxPCIErr | IntrRxPCIFault)) in yellowfin_error()