Searched refs:ntxq (Results 1 – 3 of 3) sorted by relevance
99 uint16_t ntxq; /* # of tx queues */ member368 int ntxq; /* total tx queues (all ports and the rest) */ member551 for (iter = 0; iter < pi->ntxq; ++iter, ++txq)
480 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()
3068 kstat_named_t ntxq; member3115 KS_UINIT(ntxq); in setup_port_config_kstats()3123 KS_U_SET(ntxq, pi->ntxq); in setup_port_config_kstats()