Searched refs:nm_txq (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sys/dev/cxgbe/
H A Dadapter.h747 struct sge_nm_txq *nm_txq; /* netmap tx queues */ member in struct:sge
947 for (q = &vi->pi->adapter->sge.nm_txq[vi->first_nm_txq], iter = 0; \
H A Dt4_main.c1204 s->nm_txq = malloc(s->nnmtxq * sizeof(struct sge_nm_txq),
1533 free(sc->sge.nm_txq, M_CXGBE);
H A Dt4_netmap.c225 alloc_nm_txq_hwq(struct vi_info *vi, struct sge_nm_txq *nm_txq) argument
234 MPASS(nm_txq->desc != NULL);
237 bzero(nm_txq->desc, len);
250 V_FW_EQ_ETH_CMD_IQID(sc->sge.nm_rxq[nm_txq->iqidx].iq_cntxt_id));
256 c.eqaddr = htobe64(nm_txq->ba);
265 nm_txq->cntxt_id = G_FW_EQ_ETH_CMD_EQID(be32toh(c.eqid_pkd));
266 cntxt_id = nm_txq->cntxt_id - sc->sge.eq_start;
268 panic("%s: nm_txq->cntxt_id (%d) more than the max (%d)", __func__,
270 sc->sge.eqmap[cntxt_id] = (void *)nm_txq;
272 nm_txq
300 free_nm_txq_hwq(struct vi_info *vi, struct sge_nm_txq *nm_txq) argument
318 struct sge_nm_txq *nm_txq; local
399 struct sge_nm_txq *nm_txq; local
490 ring_nm_txq_db(struct adapter *sc, struct sge_nm_txq *nm_txq) argument
548 cxgbe_nm_tx(struct adapter *sc, struct sge_nm_txq *nm_txq, struct netmap_kring *kring, int npkt, int npkt_remaining, int txcsum) argument
650 contiguous_ndesc_available(struct sge_nm_txq *nm_txq) argument
662 reclaim_nm_tx_desc(struct sge_nm_txq *nm_txq) argument
701 struct sge_nm_txq *nm_txq = &sc->sge.nm_txq[vi->first_nm_txq + kring->ring_id]; local
893 struct sge_nm_txq *nm_txq; local
[all...]
H A Dt4_sge.c1104 struct sge_nm_txq *nm_txq; local
1138 oid = SYSCTL_ADD_NODE(&vi->ctx, children, OID_AUTO, "nm_txq",
1140 for_each_nm_txq(vi, i, nm_txq) {
1142 rc = alloc_nm_txq(vi, nm_txq, iqidx, i, oid);
1261 struct sge_nm_txq *nm_txq; local
1272 for_each_nm_txq(vi, i, nm_txq) {
1273 free_nm_txq(vi, nm_txq);
3369 alloc_nm_txq(struct vi_info *vi, struct sge_nm_txq *nm_txq, int iqidx, int idx, argument
3381 rc = alloc_ring(sc, len, &nm_txq->desc_tag, &nm_txq
3412 free_nm_txq(struct vi_info *vi, struct sge_nm_txq *nm_txq) argument
[all...]

Completed in 151 milliseconds