Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/
Dt4_vf.c333 for (itype = INTR_MSIX; itype != 0; itype >>= 1) { in cfg_itype_and_nqueues()
337 if (itype == INTR_MSIX) in cfg_itype_and_nqueues()
442 if (itype == INTR_MSIX) in cfg_itype_and_nqueues()
461 if (itype == INTR_MSIX) in cfg_itype_and_nqueues()
761 sc->params.nports, sc->intr_count, sc->intr_type == INTR_MSIX ? in t4vf_attach()
Dadapter.h134 INTR_MSIX = (1 << 2) enumerator
Dt4_main.c449 int t4_intr_types = INTR_MSIX | INTR_MSI | INTR_INTX;
1448 sc->intr_count, sc->intr_type == INTR_MSIX ? "MSI-X" : in t4_attach()
1623 if (sc->intr_type == INTR_MSI || sc->intr_type == INTR_MSIX) in t4_detach_common()
3438 for (itype = INTR_MSIX; itype; itype >>= 1) { in cfg_itype_and_nqueues()
3443 if (itype == INTR_MSIX) in cfg_itype_and_nqueues()
3456 if (itype == INTR_MSIX) in cfg_itype_and_nqueues()
10879 t4_intr_types &= INTR_MSIX | INTR_MSI | INTR_INTX; in tweak_tunables()