Home
last modified time | relevance | path

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

/freebsd/sys/arm/annapurna/alpine/
H A Dalpine_pci_msix.c52 #define MAX_MSIX_COUNT 160 macro
98 struct intr_irqsrc *isrcs[MAX_MSIX_COUNT];
206 if (sc->irq_count > MAX_MSIX_COUNT) { in al_msix_attach()
208 " Capping to %d\n", MAX_MSIX_COUNT); in al_msix_attach()
209 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/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];