USING_MSIX
if ((sc->flags & USING_MSIX) == 0) {
if (sc->flags & USING_MSIX)
sc->flags |= USING_MSIX;
if ((sc->flags & USING_MSIX) && !singleq)
if (sc->flags & (USING_MSI | USING_MSIX)) {
(sc->flags & USING_MSIX) ? qset_idx + 1 : irq_idx,
if (!(adap->flags & (USING_MSIX | USING_MSI)))
lock = (sc->flags & USING_MSIX) ? &qs->rspq.lock :