Lines Matching refs:intr_status
353 static void yellowfin_error(struct net_device *dev, int intr_status);
909 u16 intr_status = ioread16(ioaddr + IntrClear); in yellowfin_interrupt() local
913 intr_status); in yellowfin_interrupt()
915 if (intr_status == 0) in yellowfin_interrupt()
919 if (intr_status & (IntrRxDone | IntrEarlyRx)) { in yellowfin_interrupt()
948 if ((intr_status & IntrTxDone) || (yp->tx_tail_desc->tx_errs)) { in yellowfin_interrupt()
1023 if (intr_status & 0x2ee) /* Abnormal error summary. */ in yellowfin_interrupt()
1024 yellowfin_error(dev, intr_status); in yellowfin_interrupt()
1028 intr_status); in yellowfin_interrupt()
1188 static void yellowfin_error(struct net_device *dev, int intr_status) in yellowfin_error() argument
1190 netdev_err(dev, "Something Wicked happened! %04x\n", intr_status); in yellowfin_error()
1192 if (intr_status & (IntrTxPCIErr | IntrTxPCIFault)) in yellowfin_error()
1194 if (intr_status & (IntrRxPCIErr | IntrRxPCIFault)) in yellowfin_error()