Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/edac/
Dthunderx_edac.c822 #define OCX_INTS (OCX_LINK_INTS + 1) macro
1053 struct msix_entry msix_ent[OCX_INTS];
1383 for (i = 0; i < OCX_INTS; i++) { in thunderx_ocx_probe()
1388 ret = pci_enable_msix_exact(pdev, ocx->msix_ent, OCX_INTS); in thunderx_ocx_probe()
1394 for (i = 0; i < OCX_INTS; i++) { in thunderx_ocx_probe()
1474 for (i = 0; i < OCX_INTS; i++) { in thunderx_ocx_remove()