Home
last modified time | relevance | path

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

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