Searched refs:MAXIVNUM (Results 1 – 7 of 7) sorted by relevance
77 (MAXIVNUM * sizeof (intr_vec_t *))); in init_ivintr()81 bzero(intr_vec_table, MAXIVNUM * sizeof (intr_vec_t *)); in init_ivintr()189 if (inum >= MAXIVNUM || pil > PIL_MAX) in add_ivintr()233 if (inum >= MAXIVNUM || pil > PIL_MAX) in rem_ivintr()
57 #define MAXIVNUM (MAXDEVINTRS + MAXVINTRS) macro
51 #define IVSIZE roundup(((MAXIVNUM * sizeof (intr_vec_t *)) + \
84 ….size intr_vec_table, MAXIVNUM * CPTRSIZE + MAX_RSVD_IV * IV_SIZE + MAX_RSVD_IVX * (IV_SIZE + CPTR…
83 ….size intr_vec_table, MAXIVNUM * CPTRSIZE + MAX_RSVD_IV * IV_SIZE + MAX_RSVD_IVX * (IV_SIZE + CPTR…
890 "q-dev-mondo-#bits", DEFAULT_DEV_Q_ENTRIES, MAXIVNUM); in get_q_sizes()
673 if (iinfo->icookie >= MAXIVNUM || iinfo->icookie < MINVINTR_COOKIE) { in cnex_add_intr()