Lines Matching refs:ring_head
210 unsigned long ring_head; member
550 unsigned long head = ring_pos(lmc->ring_head, ARRAY_SIZE(lmc->err_ctx)); in thunderx_lmc_err_isr()
563 lmc->ring_head++; in thunderx_lmc_err_isr()
593 while (CIRC_CNT(lmc->ring_head, lmc->ring_tail, in thunderx_lmc_threaded_isr()
725 lmc->ring_head = 0; in thunderx_lmc_probe()
1756 unsigned long ring_head; member
1766 unsigned long head = ring_pos(tad->ring_head, ARRAY_SIZE(tad->err_ctx)); in thunderx_l2c_tad_isr()
1787 tad->ring_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()
1816 cbc->ring_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()
1837 mci->ring_head++; in thunderx_l2c_mci_isr()
1890 while (CIRC_CNT(l2c->ring_head, l2c->ring_tail, in thunderx_l2c_threaded_isr()
2026 l2c->ring_head = 0; in thunderx_l2c_probe()