Searched refs:INTR_FWD (Results 1 – 3 of 3) sorted by relevance
361 if (!(sc->flags & INTR_FWD)) in first_vector()371 KASSERT(!(sc->flags & INTR_FWD)); in first_vector()394 if (!(sc->flags & INTR_FWD)) { in port_intr_iq()416 ASSERT(!(sc->flags & INTR_FWD)); in port_intr_iq()459 if ((!(sc->flags & INTR_FWD)) || in t4_setup_port_queues()462 if (!(sc->flags & INTR_FWD)) in t4_setup_port_queues()482 if (!(sc->flags & INTR_FWD) || in t4_setup_port_queues()
488 sc->flags |= INTR_FWD; in t4_devo_attach()584 ASSERT(sc->flags & INTR_FWD); in t4_devo_attach()615 if ((sc->flags & INTR_FWD) && in t4_devo_attach()632 if ((sc->flags & INTR_FWD)) in t4_devo_attach()
61 INTR_FWD = (1 << 2), enumerator