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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c123 int ntxq1g; /* # of NIC txq's for each 1G 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,
1652 iaq->ntxq1g = min(nc, p->max_ntxq_1g);
1690 iaq->ntxq1g = 1;

Completed in 508 milliseconds