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