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