Home
last modified time | relevance | path

Searched refs:nnmtxq (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dadapter.h228 int nnmtxq; member
840 int nnmtxq; /* total # of netmap tx queues */ member
1094 iter < vi->nnmtxq; ++iter, ++q)
H A Dt4_netmap.c699 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()
H A Dt4_main.c435 SYSCTL_INT(_hw_cxgbe, OID_AUTO, nnmtxq, CTLFLAG_RDTUN, &t4_nnmtxq, 0,
740 uint16_t nnmtxq; /* # of netmap txq's */ member
1504 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 …]