Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h99 uint16_t ntxq; /* # of tx queues */ member
368 int ntxq; /* total tx queues (all ports and the rest) */ member
551 for (iter = 0; iter < pi->ntxq; ++iter, ++txq)
H A Dt4_nexus.c480 s->ntxq = n10g * iaq.ntxq10g + n1g * iaq.ntxq1g; in t4_devo_attach()
481 s->neq = s->ntxq + s->nrxq; /* the fl in an rxq is an eq */ in t4_devo_attach()
507 s->txq = kmem_zalloc(s->ntxq * sizeof (struct sge_txq), KM_SLEEP); in t4_devo_attach()
536 pi->ntxq = is_10G_port(pi) ? iaq.ntxq10g : iaq.ntxq1g; in t4_devo_attach()
539 tqidx += pi->ntxq; in t4_devo_attach()
549 pi->nofldtxq = max(1, pi->ntxq / 2); in t4_devo_attach()
731 kmem_free(s->txq, s->ntxq * sizeof (struct sge_txq)); in t4_devo_detach()
H A Dt4_sge.c3068 kstat_named_t ntxq; member
3115 KS_UINIT(ntxq); in setup_port_config_kstats()
3123 KS_U_SET(ntxq, pi->ntxq); in setup_port_config_kstats()