Searched refs:cus (Results 1 – 5 of 5) sorted by relevance
| /drivers/net/ethernet/i825xx/ |
| A D | sun3_82586.c | 106 …%s: scb_cmd timed out: %04x,%04x .. disabling i82586!!\n",dev->name,p->scb->cmd_cuc,p->scb->cus); \ 504 p->scb->cmd_cuc = p->scb->cus & STAT_MASK; in init586() 621 p->scb->cmd_cuc = p->scb->cus & STAT_MASK; in init586() 700 while((stat=p->scb->cus & STAT_MASK)) in sun3_82586_interrupt() 732 …k("%s: oops! CU has left active state. stat: %04x/%02x.\n",dev->name,(int) stat,(int) p->scb->cus); in sun3_82586_interrupt() 969 if(p->scb->cus & CU_ACTIVE) /* COMMAND-UNIT active? */ in sun3_82586_timeout() 989 printk("%s: xmitter timed out, try to restart! stat: %02x\n",dev->name,p->scb->cus); in sun3_82586_timeout() 1041 if(p->scb->cus & CU_ACTIVE) in sun3_82586_send_packet() 1044 printk("%s: stat: %04x %04x\n",dev->name,p->scb->cus,swab16(p->xmit_cmds[0]->cmd_status)); in sun3_82586_send_packet() 1053 if( (p->scb->cus & CU_STATUS) == CU_SUSPEND) in sun3_82586_send_packet() [all …]
|
| A D | sun3_82586.h | 74 unsigned char cus; member
|
| /drivers/accel/amdxdna/ |
| A D | aie2_ctx.c | 690 kfree(hwctx->cus); in aie2_hwctx_fini() 720 hwctx->cus = kmemdup(config, total_size, GFP_KERNEL); in aie2_hwctx_cu_config() 721 if (!hwctx->cus) in aie2_hwctx_cu_config() 736 kfree(hwctx->cus); in aie2_hwctx_cu_config() 737 hwctx->cus = NULL; in aie2_hwctx_cu_config()
|
| A D | aie2_message.c | 390 if (hwctx->cus->num_cus > MAX_NUM_CUS) { in aie2_config_cu() 395 for (i = 0; i < hwctx->cus->num_cus; i++) { in aie2_config_cu() 396 struct amdxdna_cu_config *cu = &hwctx->cus->cu_configs[i]; in aie2_config_cu() 421 req.num_cus = hwctx->cus->num_cus; in aie2_config_cu()
|
| A D | amdxdna_ctx.h | 88 struct amdxdna_hwctx_param_config_cu *cus; member
|
Completed in 13 milliseconds