Lines Matching refs:err_ctx
203 struct lmc_err_ctx err_ctx[RING_ENTRIES]; member
544 unsigned long head = ring_pos(lmc->ring_head, ARRAY_SIZE(lmc->err_ctx)); in thunderx_lmc_err_isr()
545 struct lmc_err_ctx *ctx = &lmc->err_ctx[head]; in thunderx_lmc_err_isr()
588 ARRAY_SIZE(lmc->err_ctx))) { in thunderx_lmc_threaded_isr()
589 tail = ring_pos(lmc->ring_tail, ARRAY_SIZE(lmc->err_ctx)); in thunderx_lmc_threaded_isr()
591 ctx = &lmc->err_ctx[tail]; in thunderx_lmc_threaded_isr()
1748 struct l2c_err_ctx err_ctx[RING_ENTRIES]; member
1759 unsigned long head = ring_pos(tad->ring_head, ARRAY_SIZE(tad->err_ctx)); in thunderx_l2c_tad_isr()
1760 struct l2c_err_ctx *ctx = &tad->err_ctx[head]; in thunderx_l2c_tad_isr()
1791 unsigned long head = ring_pos(cbc->ring_head, ARRAY_SIZE(cbc->err_ctx)); in thunderx_l2c_cbc_isr()
1792 struct l2c_err_ctx *ctx = &cbc->err_ctx[head]; in thunderx_l2c_cbc_isr()
1820 unsigned long head = ring_pos(mci->ring_head, ARRAY_SIZE(mci->err_ctx)); in thunderx_l2c_mci_isr()
1821 struct l2c_err_ctx *ctx = &mci->err_ctx[head]; in thunderx_l2c_mci_isr()
1841 unsigned long tail = ring_pos(l2c->ring_tail, ARRAY_SIZE(l2c->err_ctx)); in thunderx_l2c_threaded_isr()
1842 struct l2c_err_ctx *ctx = &l2c->err_ctx[tail]; in thunderx_l2c_threaded_isr()
1884 ARRAY_SIZE(l2c->err_ctx))) { in thunderx_l2c_threaded_isr()