Searched refs:txq_count (Results 1 – 4 of 4) sorted by relevance
564 uint16_t txq_count; /* # of TX queues */ member625 uint_t txq_count; /* total TX queues (all ports and the rest) */ member844 for (iter = 0; iter < pi->txq_count; ++iter, ++txq)
883 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()
996 ASSERT3S(ring_index, <, pi->txq_count); in t4_fill_ring()1148 cap_rings->mr_rnum = pi->txq_count; in t4_mc_getcapab()
3672 kstat_named_t txq_count; member3719 KS_UINIT(txq_count); in setup_port_config_kstats()3727 KS_U_SET(txq_count, pi->txq_count); in setup_port_config_kstats()