Home
last modified time | relevance | path

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

/linux/drivers/edac/
H A Dthunderx_edac.c820 #define OCX_INTS (OCX_LINK_INTS + 1) macro
1051 struct msix_entry msix_ent[OCX_INTS];
1381 for (i = 0; i < OCX_INTS; i++) { in thunderx_ocx_probe()
1386 ret = pci_enable_msix_exact(pdev, ocx->msix_ent, OCX_INTS); in thunderx_ocx_probe()
1392 for (i = 0; i < OCX_INTS; i++) { in thunderx_ocx_probe()
1472 for (i = 0; i < OCX_INTS; i++) { in thunderx_ocx_remove()