USING_MSI_FLAG
bp->flags |= USING_MSI_FLAG;
if (bp->flags & (USING_MSI_FLAG | USING_MSIX_FLAG))
if (bp->flags & USING_MSI_FLAG) {
} else if (bp->flags & USING_MSI_FLAG) {
bp->flags &= ~USING_MSI_FLAG;
bool msi = (bp->flags & USING_MSI_FLAG) ? true : false;
bool msi = (bp->flags & USING_MSI_FLAG) ? true : false;