cus 104 drivers/net/ethernet/i825xx/sun3_82586.c printk("%s: scb_cmd timed out: %04x,%04x .. disabling i82586!!\n",dev->name,p->scb->cmd_cuc,p->scb->cus); \ cus 507 drivers/net/ethernet/i825xx/sun3_82586.c p->scb->cmd_cuc = p->scb->cus & STAT_MASK; cus 624 drivers/net/ethernet/i825xx/sun3_82586.c p->scb->cmd_cuc = p->scb->cus & STAT_MASK; cus 703 drivers/net/ethernet/i825xx/sun3_82586.c while((stat=p->scb->cus & STAT_MASK)) cus 735 drivers/net/ethernet/i825xx/sun3_82586.c printk("%s: oops! CU has left active state. stat: %04x/%02x.\n",dev->name,(int) stat,(int) p->scb->cus); cus 869 drivers/net/ethernet/i825xx/sun3_82586.c printk("\nerrs: %04x %04x rus: %02x, cus: %02x\n",(int)p->scb->rsc_errs,(int)p->scb->ovrn_errs,(int)p->scb->rus,(int)p->scb->cus); cus 972 drivers/net/ethernet/i825xx/sun3_82586.c if(p->scb->cus & CU_ACTIVE) /* COMMAND-UNIT active? */ cus 992 drivers/net/ethernet/i825xx/sun3_82586.c printk("%s: xmitter timed out, try to restart! stat: %02x\n",dev->name,p->scb->cus); cus 1043 drivers/net/ethernet/i825xx/sun3_82586.c if(p->scb->cus & CU_ACTIVE) cus 1046 drivers/net/ethernet/i825xx/sun3_82586.c printk("%s: stat: %04x %04x\n",dev->name,p->scb->cus,swab16(p->xmit_cmds[0]->cmd_status)); cus 1055 drivers/net/ethernet/i825xx/sun3_82586.c if( (p->scb->cus & CU_STATUS) == CU_SUSPEND) cus 1067 drivers/net/ethernet/i825xx/sun3_82586.c if( (p->scb->cus & CU_ACTIVE)) /* test it, because CU sometimes doesn't start immediately */ cus 73 drivers/net/ethernet/i825xx/sun3_82586.h unsigned char cus;