Searched refs:nofldtxq (Results 1 – 4 of 4) sorted by relevance
228 int nofldtxq; /* # of offload tx queues */ member838 int nofldtxq; /* total # of TOE tx queues */ member1088 iter < vi->nofldtxq; ++iter, ++q)
323 SYSCTL_INT(_hw_cxgbe, OID_AUTO, nofldtxq, CTLFLAG_RDTUN, &t4_nofldtxq, 0,734 uint16_t nofldtxq; /* # of TOE/ETHOFLD txq's for each port */ member1472 s->nofldtxq = nports * iaq.nofldtxq; in t4_attach()1474 s->nofldtxq += nports * (num_vis - 1) * iaq.nofldtxq_vi; in t4_attach()1475 s->neq += s->nofldtxq; in t4_attach()1477 s->ofld_txq = malloc(s->nofldtxq * sizeof(struct sge_ofld_txq), in t4_attach()1589 vi->nofldtxq = j == 0 ? iaq.nofldtxq : iaq.nofldtxq_vi; in t4_attach()1590 ofld_tqidx += vi->nofldtxq; in t4_attach()2634 if (is_ethoffload(sc) && vi->nofldtxq != 0) { in cxgbe_vi_attach()2646 if (is_ethoffload(sc) && vi->nofldtxq != 0) in cxgbe_vi_attach()[all …]
4865 MPASS(idx < vi->nofldtxq); in alloc_ofld_txq()6907 cst->eo_txq += rss_hash % vi->nofldtxq; in ethofld_transmit()
1235 cp->txq_idx = vi->first_ofld_txq + q_idx % vi->nofldtxq; in init_conn_params()