Home
last modified time | relevance | path

Searched refs:nm_txq (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c230 nm_txq->pidx = nm_txq->cidx = 0; in alloc_nm_txq()
270 free_ring(sc, nm_txq->desc_tag, nm_txq->desc_map, nm_txq->ba, in free_nm_txq()
455 nm_txq->pidx = nm_txq->cidx = 0; in alloc_nm_txq_hwq()
457 nm_txq->equiqidx = nm_txq->equeqidx = nm_txq->dbidx = 0; in alloc_nm_txq_hwq()
937 __func__, nm_txq->doorbells, n, nm_txq->pidx, nm_txq)); in ring_nm_txq_db()
958 nm_txq->dbidx = nm_txq->pidx; in ring_nm_txq_db()
1034 nm_txq->equeqidx = nm_txq->pidx; in cxgbe_nm_tx()
1035 nm_txq->equiqidx = nm_txq->pidx; in cxgbe_nm_tx()
1038 nm_txq->equeqidx = nm_txq->pidx; in cxgbe_nm_tx()
1046 nm_txq->equeqidx = nm_txq->pidx; in cxgbe_nm_tx()
[all …]
H A Dadapter.h850 struct sge_nm_txq *nm_txq; /* netmap tx queues */ member
1093 for (q = &vi->adapter->sge.nm_txq[vi->first_nm_txq], iter = 0; \
H A Dt4_sge.c1120 struct sge_nm_txq *nm_txq; in t4_setup_vi_queues() local
1149 for_each_nm_txq(vi, i, nm_txq) { in t4_setup_vi_queues()
1151 rc = alloc_nm_txq(vi, nm_txq, iqidx, i); in t4_setup_vi_queues()
1227 struct sge_nm_txq *nm_txq; in t4_teardown_vi_queues() local
1232 for_each_nm_txq(vi, i, nm_txq) { in t4_teardown_vi_queues()
1233 free_nm_txq(vi, nm_txq); in t4_teardown_vi_queues()
H A Dt4_main.c1514 s->nm_txq = malloc(s->nnmtxq * sizeof(struct sge_nm_txq), in t4_attach()
1871 free(sc->sge.nm_txq, M_CXGBE); in t4_detach_common()