Searched refs:n10g (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_nexus.c | 148 static int remove_extra_props(struct adapter *sc, int n10g, int n1g); 149 static int cfg_itype_and_nqueues(struct adapter *sc, int n10g, int n1g, 264 int i, instance, rc = DDI_SUCCESS, n10g, n1g, rqidx, tqidx, q; in t4_devo_attach() local 423 n10g = n1g = 0; in t4_devo_attach() 449 n10g++; in t4_devo_attach() 463 (void) remove_extra_props(sc, n10g, n1g); in t4_devo_attach() 471 rc = cfg_itype_and_nqueues(sc, n10g, n1g, &iaq); 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() 492 s->nofldrxq = n10g * iaq.nofldrxq10g + n1g * iaq.nofldrxq1g; in t4_devo_attach() [all …]
|