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