Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c150 struct intrs_and_queues *iaq);
271 struct intrs_and_queues iaq; in t4_devo_attach() local
471 rc = cfg_itype_and_nqueues(sc, n10g, n1g, &iaq); in t4_devo_attach()
475 sc->intr_type = iaq.intr_type; in t4_devo_attach()
476 sc->intr_count = iaq.nirq; in t4_devo_attach()
479 s->nrxq = n10g * iaq.nrxq10g + n1g * iaq.nrxq1g; in t4_devo_attach()
480 s->ntxq = n10g * iaq.ntxq10g + n1g * iaq.ntxq1g; in t4_devo_attach()
487 if (iaq.intr_fwd != 0) in t4_devo_attach()
492 s->nofldrxq = n10g * iaq.nofldrxq10g + n1g * iaq.nofldrxq1g; in t4_devo_attach()
493 s->nofldtxq = n10g * iaq.nofldtxq10g + n1g * iaq.nofldtxq1g; in t4_devo_attach()
[all …]