Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dadapter.h224 int nofldtxq; /* # of offload tx queues */ member
838 int nofldtxq; /* total # of TOE tx queues */ member
1087 iter < vi->nofldtxq; ++iter, ++q)
H A Dt4_main.c1460 s->nofldtxq = nports * iaq.nofldtxq; in t4_attach()
1463 s->neq += s->nofldtxq; in t4_attach()
1577 vi->nofldtxq = j == 0 ? iaq.nofldtxq : iaq.nofldtxq_vi; in t4_attach()
1578 ofld_tqidx += vi->nofldtxq; in t4_attach()
2619 if (is_ethoffload(sc) && vi->nofldtxq != 0) { in cxgbe_vi_attach()
2631 if (is_ethoffload(sc) && vi->nofldtxq != 0) in cxgbe_vi_attach()
2653 sbuf_printf(sb, "; %d txq (TOE)", vi->nofldtxq); in cxgbe_vi_attach()
4258 iaq->nofldtxq = t4_nofldtxq; in calculate_iaq()
4361 iaq->nofldtxq = 1; in calculate_iaq()
7871 if (vi->nofldtxq != 0) { in vi_sysctls()
[all …]
H A Dt4_sge.c4804 MPASS(idx < vi->nofldtxq); in alloc_ofld_txq()
6847 cst->eo_txq += rss_hash % vi->nofldtxq; in ethofld_transmit()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1318 cp->txq_idx = vi->first_ofld_txq + q_idx % vi->nofldtxq; in init_conn_params()