Searched refs:n1g (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_nexus.c | 162 static int remove_extra_props(struct adapter *sc, int n10g, int n1g); 163 static int cfg_itype_and_nqueues(struct adapter *sc, int n10g, int n1g, 304 int irq = 0, nxg = 0, n1g = 0; in t4_devo_attach() local 557 n1g++; in t4_devo_attach() 568 (void) remove_extra_props(sc, nxg, n1g); in t4_devo_attach() 576 rc = cfg_itype_and_nqueues(sc, nxg, n1g, &iaq); in t4_devo_attach() 600 s->nrxq = nxg * iaq.nrxq10g + n1g * iaq.nrxq1g; in t4_devo_attach() 601 s->ntxq = nxg * iaq.ntxq10g + n1g * iaq.ntxq1g; in t4_devo_attach() 613 s->nofldrxq = nxg * iaq.nofldrxq10g + n1g * iaq.nofldrxq1g; in t4_devo_attach() 614 s->nofldtxq = nxg * iaq.nofldtxq10g + n1g * iaq.nofldtxq1g; in t4_devo_attach() [all …]
|