Home
last modified time | relevance | path

Searched refs:INTR_INTX (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_vf.c333 if (itype == INTR_INTX) in cfg_itype_and_nqueues()
H A Dadapter.h125 INTR_INTX = (1 << 0), enumerator
H A Dt4_main.c483 int t4_intr_types = INTR_MSIX | INTR_MSI | INTR_INTX;
6608 rid = sc->intr_type == INTR_INTX ? 0 : 1; in t4_setup_intr_handlers()
12793 t4_intr_types &= INTR_MSIX | INTR_MSI | INTR_INTX; in tweak_tunables()
H A Dt4_sge.c1288 if (sc->intr_type == INTR_INTX) in t4_intr_all()