Searched defs:ntxq10g (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c121 int ntxq10g; /* # of NIC txq's for each 10G port */ member in struct:intrs_and_queues
480 s->ntxq = n10g * iaq.ntxq10g + n1g * iaq.ntxq1g;
536 pi->ntxq = is_10G_port(pi) ? iaq.ntxq10g : iaq.ntxq1g;
664 n10g ? iaq.ntxq10g : iaq.ntxq1g,
1651 iaq->ntxq10g = min(nc, p->max_ntxq_10g);
1689 iaq->ntxq10g = 1;

Completed in 145 milliseconds