Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h564 uint16_t txq_count; /* # of TX queues */ member
625 uint_t txq_count; /* total TX queues (all ports and the rest) */ member
844 for (iter = 0; iter < pi->txq_count; ++iter, ++txq)
H A Dt4_nexus.c883 kmem_zalloc(sge->txq_count * sizeof (struct sge_txq), KM_SLEEP); in t4_devo_attach()
1044 kmem_free(s->txq, s->txq_count * sizeof (struct sge_txq)); in t4_devo_detach()
2311 pi->txq_count = MIN(qc->tqc_txq_count, iaq->port_max_txq); in t4_cfg_intrs_queues()
2316 txq_idx += pi->txq_count; in t4_cfg_intrs_queues()
2321 sge->txq_count = txq_idx; in t4_cfg_intrs_queues()
H A Dt4_mac.c996 ASSERT3S(ring_index, <, pi->txq_count); in t4_fill_ring()
1148 cap_rings->mr_rnum = pi->txq_count; in t4_mc_getcapab()
H A Dt4_sge.c3672 kstat_named_t txq_count; member
3719 KS_UINIT(txq_count); in setup_port_config_kstats()
3727 KS_U_SET(txq_count, pi->txq_count); in setup_port_config_kstats()