Home
last modified time | relevance | path

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

/freebsd-14.2/sys/arm/annapurna/alpine/
H A Dalpine_pci_msix.c53 #define MAX_MSIX_COUNT 160 macro
99 struct intr_irqsrc *isrcs[MAX_MSIX_COUNT];
207 if (sc->irq_count > MAX_MSIX_COUNT) { in al_msix_attach()
209 " Capping to %d\n", MAX_MSIX_COUNT); in al_msix_attach()
210 sc->irq_count = MAX_MSIX_COUNT; in al_msix_attach()
230 for (i = 0; i < MAX_MSIX_COUNT; i++) in al_find_intr_pos_in_map()
/freebsd-14.2/sys/dev/mrsas/
H A Dmrsas.h128 #define MAX_MSIX_COUNT 128 macro
3490 struct resource *mrsas_irq[MAX_MSIX_COUNT];
3491 void *intr_handle[MAX_MSIX_COUNT];
3492 int irq_id[MAX_MSIX_COUNT];
3493 struct mrsas_irq_context irq_context[MAX_MSIX_COUNT];
3509 u_int16_t last_reply_idx[MAX_MSIX_COUNT];