Home
last modified time | relevance | path

Searched refs:ocx (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/edac/
H A Dthunderx_edac.c1093 ocx->com_ring_head++; in thunderx_ocx_com_isr()
1118 while (CIRC_CNT(ocx->com_ring_head, ocx->com_ring_tail, in thunderx_ocx_com_threaded_isr()
1150 ocx->com_ring_tail++; in thunderx_ocx_com_threaded_isr()
1176 ocx->link_ring_head++; in thunderx_ocx_lnk_isr()
1199 while (CIRC_CNT(ocx->link_ring_head, ocx->link_ring_tail, in thunderx_ocx_lnk_threaded_isr()
1221 ocx->link_ring_tail++; in thunderx_ocx_lnk_threaded_isr()
1369 ocx->com_ring_head = 0; in thunderx_ocx_probe()
1370 ocx->com_ring_tail = 0; in thunderx_ocx_probe()
1375 if (!ocx->regs) { in thunderx_ocx_probe()
1381 ocx->pdev = pdev; in thunderx_ocx_probe()
[all …]