Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dsiena_nic.c86 uint32_t nevq, nrxq, ntxq; in siena_board_cfg() local
128 rc = efx_mcdi_get_resource_limits(enp, &nevq, &nrxq, &ntxq); in siena_board_cfg()
135 ntxq = EFX_TXQ_LIMIT_TARGET; in siena_board_cfg()
139 encp->enc_txq_limit = MIN(EFX_TXQ_LIMIT_TARGET, ntxq); in siena_board_cfg()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h108 uint16_t ntxq; /* # of tx queues */ member
409 int ntxq; /* total tx queues (all ports and the rest) */ member
636 for (iter = 0; iter < pi->ntxq; ++iter, ++txq)
H A Dt4_nexus.c601 s->ntxq = nxg * iaq.ntxq10g + n1g * iaq.ntxq1g; in t4_devo_attach()
602 s->neq = s->ntxq + s->nrxq; /* the fl in an rxq is an eq */ in t4_devo_attach()
628 s->txq = kmem_zalloc(s->ntxq * sizeof (struct sge_txq), KM_SLEEP); in t4_devo_attach()
658 pi->ntxq = (is_10XG_port(pi)) ? iaq.ntxq10g in t4_devo_attach()
662 tqidx += pi->ntxq; in t4_devo_attach()
672 pi->nofldtxq = max(1, pi->ntxq / 2); in t4_devo_attach()
885 kmem_free(s->txq, s->ntxq * sizeof (struct sge_txq)); in t4_devo_detach()
H A Dt4_sge.c3486 kstat_named_t ntxq; member
3533 KS_UINIT(ntxq); in setup_port_config_kstats()
3541 KS_U_SET(ntxq, pi->ntxq); in setup_port_config_kstats()
H A Dt4_mac.c1168 cap_rings->mr_rnum = pi->ntxq; in t4_mc_getcapab()