Searched refs:nofldtxq (Results 1 – 4 of 4) sorted by relevance
224 int nofldtxq; /* # of offload tx queues */ member838 int nofldtxq; /* total # of TOE tx queues */ member1088 iter < vi->nofldtxq; ++iter, ++q)
318 SYSCTL_INT(_hw_cxgbe, OID_AUTO, nofldtxq, CTLFLAG_RDTUN, &t4_nofldtxq, 0,733 uint16_t nofldtxq; /* # of TOE/ETHOFLD txq's for each port */ member1476 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 …]
4820 MPASS(idx < vi->nofldtxq); in alloc_ofld_txq()6868 cst->eo_txq += rss_hash % vi->nofldtxq; in ethofld_transmit()
1334 cp->txq_idx = vi->first_ofld_txq + q_idx % vi->nofldtxq; in init_conn_params()