Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_vf.c439 (itype != INTR_MSI || powerof2(iaq->nirq))) { in cfg_itype_and_nqueues()
H A Dt4_main.c483 int t4_intr_types = INTR_MSIX | INTR_MSI | INTR_INTX;
1650 (sc->intr_type == INTR_MSI ? "MSI" : "INTx"), in t4_attach()
1827 if (sc->intr_type == INTR_MSI || sc->intr_type == INTR_MSIX) in t4_detach_common()
4479 (itype != INTR_MSI || powerof2(iaq->nirq))) { in calculate_iaq()
4495 (itype != INTR_MSI || powerof2(iaq->nirq))) { in calculate_iaq()
4539 (itype != INTR_MSI || powerof2(iaq->nirq))) { in calculate_iaq()
4570 if (itype == INTR_MSI) { in calculate_iaq()
4587 else if (itype == INTR_MSI) in cfg_itype_and_nqueues()
4600 else if (itype == INTR_MSI) in cfg_itype_and_nqueues()
12868 t4_intr_types &= INTR_MSIX | INTR_MSI | INTR_INTX; in tweak_tunables()
H A Dadapter.h126 INTR_MSI = (1 << 1), enumerator