Lines Matching refs:stat
263 unsigned short stat;
305 unsigned long stat;
323 unsigned long stat;
414 while (--delcnt && lp->iscp.stat)
464 printk(KERN_ERR "iscp at %p, iscp.stat = %08lx, .scb = %p\n",
465 &lp->iscp, lp->iscp.stat, lp->iscp.scb);
483 printk(KERN_ERR " %p .stat %04x, .cmd %04x, b_next %p, rbd %p,"
485 rfd, rfd->stat, rfd->cmd, rfd->b_next, rfd->rbd,
665 lp->iscp.stat = ISCP_BUSY;
756 while ((rfd->stat) & STAT_C) { /* Loop while complete frames */
766 DEB(DEB_RXFRAME, printk(KERN_DEBUG " rfd %p, rfd.rbd %p, rfd.stat %04x\n",
767 rfd, rfd->rbd, rfd->stat));
769 if (rbd != I596_NULL && ((rfd->stat) & STAT_OK)) {
826 DEB(DEB_ERRORS, printk(KERN_DEBUG "%s: Error, rfd.stat = 0x%04x\n",
827 dev->name, rfd->stat));
829 if ((rfd->stat) & 0x0001)
831 if ((rfd->stat) & 0x0080)
833 if ((rfd->stat) & 0x0100)
835 if ((rfd->stat) & 0x0200)
837 if ((rfd->stat) & 0x0400)
839 if ((rfd->stat) & 0x0800)
841 if ((rfd->stat) & 0x1000)
855 rfd->stat = 0;