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
1088 iter < vi->nofldtxq; ++iter, ++q)
H A Dt4_main.c318 SYSCTL_INT(_hw_cxgbe, OID_AUTO, nofldtxq, CTLFLAG_RDTUN, &t4_nofldtxq, 0,
733 uint16_t nofldtxq; /* # of TOE/ETHOFLD txq's for each port */ member
1476 s->nofldtxq = nports * iaq.nofldtxq; in t4_attach()
1478 s->nofldtxq += nports * (num_vis - 1) * iaq.nofldtxq_vi; in t4_attach()
1479 s->neq += s->nofldtxq; in t4_attach()
1481 s->ofld_txq = malloc(s->nofldtxq * sizeof(struct sge_ofld_txq), in t4_attach()
1593 vi->nofldtxq = j == 0 ? iaq.nofldtxq : iaq.nofldtxq_vi; in t4_attach()
1594 ofld_tqidx += vi->nofldtxq; in t4_attach()
2691 if (is_ethoffload(sc) && vi->nofldtxq != 0) { in cxgbe_vi_attach()
2703 if (is_ethoffload(sc) && vi->nofldtxq != 0) in cxgbe_vi_attach()
[all …]
H A Dt4_sge.c4820 MPASS(idx < vi->nofldtxq); in alloc_ofld_txq()
6868 cst->eo_txq += rss_hash % vi->nofldtxq; in ethofld_transmit()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1334 cp->txq_idx = vi->first_ofld_txq + q_idx % vi->nofldtxq; in init_conn_params()