Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c135 int nofldtxq1g; /* # of TOE txq's for each 1G port */ member
614 s->nofldtxq = nxg * iaq.nofldtxq10g + n1g * iaq.nofldtxq1g; in t4_devo_attach()
2118 iaq->nofldtxq1g = min(nc, p->max_nofldtxq_1g);
2127 pfres_txq += iaq->nofldtxq10g * n10g + iaq->nofldtxq1g * n1g;
2203 if (iaq->nofldtxq1g > 1) {
2204 iaq->nofldtxq1g--;