Lines Matching defs:cbc
1795 struct thunderx_l2c *cbc = container_of(msix, struct thunderx_l2c,
1798 unsigned long head = ring_pos(cbc->ring_head, ARRAY_SIZE(cbc->err_ctx));
1799 struct l2c_err_ctx *ctx = &cbc->err_ctx[head];
1801 ctx->reg_int = readq(cbc->regs + L2C_CBC_INT_W1C);
1805 ctx->reg_ext = readq(cbc->regs + L2C_CBC_RSDERR);
1808 ctx->reg_ext = readq(cbc->regs + L2C_CBC_MIBERR);
1811 ctx->reg_ext = readq(cbc->regs + L2C_CBC_IODISOCIERR);
1814 writeq(ctx->reg_int, cbc->regs + L2C_CBC_INT_W1C);
1816 cbc->ring_head++;