Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/user/env/
H A Dxx.c99 struct XX_IntrInfo { struct
107 static struct XX_IntrInfo XX_IntrInfo[INTR_VECTORS]; argument
300 struct XX_IntrInfo *info; in XX_Dispatch()
331 XX_IntrInfo[inum].cpu = cpu; in XX_PreallocAndBindIntr()
348 XX_IntrInfo[inum].flags = 0; in XX_DeallocIntr()
366 if (XX_IntrInfo[irq].handler != NULL) in XX_SetIntr()
369 XX_IntrInfo[irq].handler = f_Isr; in XX_SetIntr()
370 XX_IntrInfo[irq].arg = handle; in XX_SetIntr()
382 &XX_IntrInfo[irq].cookie); in XX_SetIntr()
402 XX_IntrInfo[irq].handler = NULL; in XX_FreeIntr()
[all …]