Home
last modified time | relevance | path

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

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