Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c361 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()
H A Dt4_nexus.c488 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()
H A Dadapter.h61 INTR_FWD = (1 << 2), enumerator