Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c290 int irq = 0, nxg = 0, n1g = 0; in t4_devo_attach() local
534 nxg++; in t4_devo_attach()
549 (void) remove_extra_props(sc, nxg, n1g); in t4_devo_attach()
557 rc = cfg_itype_and_nqueues(sc, nxg, n1g, &iaq); in t4_devo_attach()
581 s->nrxq = nxg * iaq.nrxq10g + n1g * iaq.nrxq1g; in t4_devo_attach()
582 s->ntxq = nxg * iaq.ntxq10g + n1g * iaq.ntxq1g; in t4_devo_attach()