Searched refs:FLAG_MSI (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dsubr_intr.c110 #define FLAG_MSI (1 << 1) macro
914 KASSERT((pic->pic_flags & FLAG_MSI) != 0,
1263 pic->pic_flags |= FLAG_MSI;
1284 KASSERT((pic->pic_flags & FLAG_MSI) != 0,
1321 KASSERT((pic->pic_flags & FLAG_MSI) != 0,
1360 KASSERT((pic->pic_flags & FLAG_MSI) != 0,
1388 KASSERT((pic->pic_flags & FLAG_MSI) != 0,
1421 KASSERT((pic->pic_flags & FLAG_MSI) != 0,

Completed in 359 milliseconds