Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_intr.c121 #define FLAG_MSI (1 << 1) macro
122 #define FLAG_TYPE_MASK (FLAG_PIC | FLAG_MSI)
1313 pic = pic_create(dev, xref, FLAG_MSI);
1333 pic = pic_lookup(NULL, xref, FLAG_MSI);
1337 KASSERT((pic->pic_flags & FLAG_TYPE_MASK) == FLAG_MSI,
1379 pic = pic_lookup(NULL, xref, FLAG_MSI);
1383 KASSERT((pic->pic_flags & FLAG_TYPE_MASK) == FLAG_MSI,
1421 pic = pic_lookup(NULL, xref, FLAG_MSI);
1425 KASSERT((pic->pic_flags & FLAG_TYPE_MASK) == FLAG_MSI,
1457 pic = pic_lookup(NULL, xref, FLAG_MSI);
[all …]