Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_vf.c332 for (itype = INTR_MSIX; itype != 0; itype >>= 1) { in cfg_itype_and_nqueues()
336 if (itype == INTR_MSIX) in cfg_itype_and_nqueues()
441 if (itype == INTR_MSIX) in cfg_itype_and_nqueues()
460 if (itype == INTR_MSIX) in cfg_itype_and_nqueues()
767 sc->params.nports, sc->intr_count, sc->intr_type == INTR_MSIX ? in t4vf_attach()
H A Dadapter.h127 INTR_MSIX = (1 << 2) enumerator
H A Dt4_main.c483 int t4_intr_types = INTR_MSIX | INTR_MSI | INTR_INTX;
1654 sc->intr_count, sc->intr_type == INTR_MSIX ? "MSI-X" : in t4_attach()
1834 if (sc->intr_type == INTR_MSI || sc->intr_type == INTR_MSIX) in t4_detach_common()
4475 for (itype = INTR_MSIX; itype; itype >>= 1) { in cfg_itype_and_nqueues()
4480 if (itype == INTR_MSIX) in cfg_itype_and_nqueues()
4493 if (itype == INTR_MSIX) in cfg_itype_and_nqueues()
12793 t4_intr_types &= INTR_MSIX | INTR_MSI | INTR_INTX; in tweak_tunables()