Lines Matching refs:err_ctx
209 struct lmc_err_ctx err_ctx[RING_ENTRIES]; member
550 unsigned long head = ring_pos(lmc->ring_head, ARRAY_SIZE(lmc->err_ctx)); in thunderx_lmc_err_isr()
551 struct lmc_err_ctx *ctx = &lmc->err_ctx[head]; in thunderx_lmc_err_isr()
594 ARRAY_SIZE(lmc->err_ctx))) { in thunderx_lmc_threaded_isr()
595 tail = ring_pos(lmc->ring_tail, ARRAY_SIZE(lmc->err_ctx)); in thunderx_lmc_threaded_isr()
597 ctx = &lmc->err_ctx[tail]; in thunderx_lmc_threaded_isr()
1755 struct l2c_err_ctx err_ctx[RING_ENTRIES]; member
1766 unsigned long head = ring_pos(tad->ring_head, ARRAY_SIZE(tad->err_ctx)); in thunderx_l2c_tad_isr()
1767 struct l2c_err_ctx *ctx = &tad->err_ctx[head]; in thunderx_l2c_tad_isr()
1798 unsigned long head = ring_pos(cbc->ring_head, ARRAY_SIZE(cbc->err_ctx)); in thunderx_l2c_cbc_isr()
1799 struct l2c_err_ctx *ctx = &cbc->err_ctx[head]; in thunderx_l2c_cbc_isr()
1827 unsigned long head = ring_pos(mci->ring_head, ARRAY_SIZE(mci->err_ctx)); in thunderx_l2c_mci_isr()
1828 struct l2c_err_ctx *ctx = &mci->err_ctx[head]; in thunderx_l2c_mci_isr()
1848 unsigned long tail = ring_pos(l2c->ring_tail, ARRAY_SIZE(l2c->err_ctx)); in thunderx_l2c_threaded_isr()
1849 struct l2c_err_ctx *ctx = &l2c->err_ctx[tail]; in thunderx_l2c_threaded_isr()
1891 ARRAY_SIZE(l2c->err_ctx))) { in thunderx_l2c_threaded_isr()