USING_MSIX
else if (sc->flags & USING_MSIX)
sc->flags |= USING_MSIX;
if (sc->flags & (USING_MSI | USING_MSIX)) {
(sc->flags & USING_MSIX) ? qset_idx + 1 : irq_idx,
int i, rid, err, intr_flag = sc->flags & (USING_MSI | USING_MSIX);
if (!(intr_flag & USING_MSIX) || err)
KASSERT((sc->flags & USING_MSIX) == 0,
lock = (sc->flags & USING_MSIX) ? &qs->rspq.lock :
lock = (sc->flags & USING_MSIX) ? &qs->rspq.lock :
if (!(adap->flags & (USING_MSIX | USING_MSI)))
if ((sc->flags & USING_MSIX) == 0) {
if (((sc->flags & USING_MSIX) == 0 || sc->params.nports > 2) &&