Searched refs:ntxq (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | siena_nic.c | 86 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 D | adapter.h | 113 uint16_t ntxq; /* # of tx queues */ member 389 int ntxq; /* total tx queues (all ports and the rest) */ member 590 for (iter = 0; iter < pi->ntxq; ++iter, ++txq)
|
H A D | t4_nexus.c | 582 s->ntxq = nxg * iaq.ntxq10g + n1g * iaq.ntxq1g; in t4_devo_attach() 583 s->neq = s->ntxq + s->nrxq; /* the fl in an rxq is an eq */ in t4_devo_attach() 588 s->txq = kmem_zalloc(s->ntxq * sizeof (struct sge_txq), KM_SLEEP); in t4_devo_attach() 617 pi->ntxq = (is_10XG_port(pi)) ? iaq.ntxq10g in t4_devo_attach() 621 tqidx += pi->ntxq; in t4_devo_attach() 786 kmem_free(s->txq, s->ntxq * sizeof (struct sge_txq)); in t4_devo_detach()
|
H A D | t4_sge.c | 3255 kstat_named_t ntxq; member 3302 KS_UINIT(ntxq); in setup_port_config_kstats() 3310 KS_U_SET(ntxq, pi->ntxq); in setup_port_config_kstats()
|
H A D | t4_mac.c | 1166 cap_rings->mr_rnum = pi->ntxq; in t4_mc_getcapab()
|