Lines Matching refs:ring_head
204 unsigned long ring_head; member
544 unsigned long head = ring_pos(lmc->ring_head, ARRAY_SIZE(lmc->err_ctx)); in thunderx_lmc_err_isr()
557 lmc->ring_head++; in thunderx_lmc_err_isr()
587 while (CIRC_CNT(lmc->ring_head, lmc->ring_tail, in thunderx_lmc_threaded_isr()
719 lmc->ring_head = 0; in thunderx_lmc_probe()
1749 unsigned long ring_head; member
1759 unsigned long head = ring_pos(tad->ring_head, ARRAY_SIZE(tad->err_ctx)); in thunderx_l2c_tad_isr()
1780 tad->ring_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()
1809 cbc->ring_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()
1830 mci->ring_head++; in thunderx_l2c_mci_isr()
1883 while (CIRC_CNT(l2c->ring_head, l2c->ring_tail, in thunderx_l2c_threaded_isr()
2018 l2c->ring_head = 0; in thunderx_l2c_probe()