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

/freebsd-11-stable/sys/contrib/ncsw/user/env/
H A Dxx.c100 struct XX_IntrInfo { struct
108 static struct XX_IntrInfo XX_IntrInfo[INTR_VECTORS]; variable in typeref:struct:XX_IntrInfo
332 XX_IntrInfo[irq].flags |= XX_INTR_FLAG_FMAN_FIX;
339 if (XX_IntrInfo[irq].flags & XX_INTR_FLAG_FMAN_FIX)
348 struct XX_IntrInfo *info;
380 error = XX_SetIntr(irq, XX_Dispatch, &XX_IntrInfo[inum]);
384 XX_IntrInfo[inum].flags = XX_INTR_FLAG_PREALLOCATED;
385 XX_IntrInfo[inum].cpu = cpu;
399 if ((XX_IntrInfo[inu
[all...]

Completed in 100 milliseconds