Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h562 uint16_t rxq_count; /* # of RX queues */ member
624 uint_t rxq_count; /* total RX queues (all ports and the rest) */ member
847 for (iter = 0; iter < pi->rxq_count; ++iter, ++rxq)
H A Dt4_nexus.c881 kmem_zalloc(sge->rxq_count * sizeof (struct sge_rxq), KM_SLEEP); in t4_devo_attach()
1042 kmem_free(s->rxq, s->rxq_count * sizeof (struct sge_rxq)); in t4_devo_detach()
2310 pi->rxq_count = MIN(qc->tqc_rxq_count, iaq->port_max_rxq); in t4_cfg_intrs_queues()
2315 rxq_idx += pi->rxq_count; in t4_cfg_intrs_queues()
2320 sge->rxq_count = rxq_idx; in t4_cfg_intrs_queues()
2904 uint16_t *rss = kmem_zalloc(pi->rxq_count * sizeof (*rss), KM_SLEEP); in t4_port_full_init()
2909 pi->rss_size, rss, pi->rxq_count); in t4_port_full_init()
2910 kmem_free(rss, pi->rxq_count * sizeof (*rss)); in t4_port_full_init()
H A Dt4_mac.c836 infop->mgi_count = pi->rxq_count; in t4_fill_group()
976 ASSERT3S(ring_index, <, pi->rxq_count); in t4_fill_ring()
1139 cap_rings->mr_rnum = pi->rxq_count; in t4_mc_getcapab()
H A Dt4_sge.c3671 kstat_named_t rxq_count; member
3718 KS_UINIT(rxq_count); in setup_port_config_kstats()
3726 KS_U_SET(rxq_count, pi->rxq_count); in setup_port_config_kstats()