Searched refs:nirq (Results 1 – 1 of 1) sorted by relevance
119 int nirq; /* Number of vectors */ member476 sc->intr_count = iaq.nirq; in t4_devo_attach()1701 iaq->nirq = T4_EXTRA_INTR; in cfg_itype_and_nqueues()1702 iaq->nirq += n10g * (nrxq10g + nofldrxq10g); in cfg_itype_and_nqueues()1703 iaq->nirq += n1g * (nrxq1g + nofldrxq1g); in cfg_itype_and_nqueues()1705 if (iaq->nirq <= navail && in cfg_itype_and_nqueues()1706 (itype != DDI_INTR_TYPE_MSI || ISP2(iaq->nirq))) { in cfg_itype_and_nqueues()1716 iaq->nirq = T4_EXTRA_INTR; in cfg_itype_and_nqueues()1717 iaq->nirq += n10g * max(nrxq10g, nofldrxq10g); in cfg_itype_and_nqueues()1718 iaq->nirq += n1g * max(nrxq1g, nofldrxq1g); in cfg_itype_and_nqueues()[all …]