Searched refs:nnmtxq (Results 1 – 3 of 3) sorted by relevance
228 int nnmtxq; member840 int nnmtxq; /* total # of netmap tx queues */ member1094 iter < vi->nnmtxq; ++iter, ++q)
699 MPASS(vi->nnmtxq > 0); in cxgbe_netmap_on()787 MPASS(vi->nnmtxq > 0); in cxgbe_netmap_off()1286 na.num_tx_rings = vi->nnmtxq; in cxgbe_nm_attach()
435 SYSCTL_INT(_hw_cxgbe, OID_AUTO, nnmtxq, CTLFLAG_RDTUN, &t4_nnmtxq, 0,740 uint16_t nnmtxq; /* # of netmap txq's */ member1504 s->nnmtxq = 0; in t4_attach()1507 s->nnmtxq += nports * iaq.nnmtxq; in t4_attach()1511 s->nnmtxq += nports * (num_vis - 1) * iaq.nnmtxq_vi; in t4_attach()1513 s->neq += s->nnmtxq + s->nnmrxq; in t4_attach()1518 s->nm_txq = malloc(s->nnmtxq * sizeof(struct sge_nm_txq), in t4_attach()1614 vi->nnmtxq = iaq.nnmtxq; in t4_attach()1617 vi->nnmtxq = iaq.nnmtxq_vi; in t4_attach()1620 nm_tqidx += vi->nnmtxq; in t4_attach()[all …]