Lines Matching defs:scb
307 struct i596_scb *scb;
319 volatile struct i596_scb scb;
419 dev->name, str, lp->scb.status, lp->scb.command);
429 while (--delcnt && lp->scb.command)
433 dev->name, str, lp->scb.status, lp->scb.command);
465 printk(KERN_ERR "iscp at %p, iscp.stat = %08lx, .scb = %p\n",
466 &lp->iscp, lp->iscp.stat, lp->iscp.scb);
467 printk(KERN_ERR "scb at %p, scb.status = %04x, .command = %04x,"
469 &lp->scb, lp->scb.status, lp->scb.command,
470 lp->scb.cmd, lp->scb.rfd);
473 lp->scb.crc_err, lp->scb.align_err, lp->scb.resource_err,
474 lp->scb.over_err, lp->scb.rcvdt_err, lp->scb.short_err);
583 lp->scb.rfd = WSWAPrfd(virt_to_bus(lp->rfds));
609 lp->scb.rfd = WSWAPrfd(virt_to_bus(lp->rfds));
665 lp->iscp.scb = WSWAPscb(virt_to_bus((void *)&lp->scb));
669 lp->cmd_head = lp->scb.cmd = I596_NULL;
673 lp->scb.t_on = 7 * 25;
674 lp->scb.t_off = 1 * 25;
688 lp->scb.command = 0;
729 lp->scb.command = RX_START;
866 lp->scb.rfd = rfd->b_next;
907 lp->scb.cmd = I596_NULL;
923 lp->scb.command = CUC_ABORT | RX_ABORT;
957 lp->scb.cmd = WSWAPcmd(virt_to_bus(&cmd->status));
958 lp->scb.command = CUC_START;
1041 lp->scb.command = CUC_START | RX_START;
1206 "lp->scb at 0x%08lx\n",
1208 sizeof(struct i596_private), (unsigned long)&lp->scb));
1216 lp->scb.command = 0;
1217 lp->scb.cmd = I596_NULL;
1218 lp->scb.rfd = I596_NULL;
1267 status = lp->scb.status;
1354 lp->scb.cmd = WSWAPcmd(virt_to_bus(&lp->cmd_head->status));
1372 lp->scb.command = ack_cmd;
1407 dev->name, lp->scb.status));
1412 lp->scb.command = CUC_ABORT | RX_ABORT;