Searched refs:desc_tag (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/sys/fs/udf/
H A Decma167-udf.h49 struct desc_tag { struct
146 struct desc_tag tag;
153 struct desc_tag tag;
160 struct desc_tag tag;
186 struct desc_tag tag;
264 struct desc_tag tag;
274 struct desc_tag tag;
290 struct desc_tag tag;
313 struct desc_tag tag;
330 struct desc_tag ta
[all...]
H A Dudf.h119 int udf_checktag(struct desc_tag *, uint16_t);
H A Dudf_vfsops.c285 udf_checktag(struct desc_tag *tag, uint16_t id)
390 if ((error = udf_checktag((struct desc_tag *)bp->b_data, TAGID_ANCHOR)))
/freebsd-11.0-release/sys/dev/mmc/host/
H A Ddwmmc_var.h59 bus_dma_tag_t desc_tag; member in struct:dwmmc_softc
H A Ddwmmc.c221 &sc->desc_tag);
228 error = bus_dmamem_alloc(sc->desc_tag, (void**)&sc->desc_ring,
237 error = bus_dmamap_load(sc->desc_tag, sc->desc_map,
725 bus_dmamap_sync(sc->desc_tag, sc->desc_map,
773 bus_dmamap_sync(sc->desc_tag, sc->desc_map,
/freebsd-11.0-release/sys/arm/allwinner/
H A Dif_awg.c128 bus_dma_tag_t desc_tag; member in struct:awg_txring
138 bus_dma_tag_t desc_tag; member in struct:awg_rxring
500 bus_dmamap_sync(sc->tx.desc_tag, sc->tx.desc_map,
731 bus_dmamap_sync(sc->rx.desc_tag, sc->rx.desc_map,
778 bus_dmamap_sync(sc->rx.desc_tag, sc->rx.desc_map,
796 bus_dmamap_sync(sc->tx.desc_tag, sc->tx.desc_map,
820 bus_dmamap_sync(sc->tx.desc_tag, sc->tx.desc_map,
1178 &sc->tx.desc_tag);
1184 error = bus_dmamem_alloc(sc->tx.desc_tag, (void **)&sc->tx.desc_ring,
1191 error = bus_dmamap_load(sc->tx.desc_tag, s
[all...]
/freebsd-11.0-release/sys/dev/cxgb/
H A Dcxgb_adapter.h189 bus_dma_tag_t desc_tag; member in struct:sge_rspq
215 bus_dma_tag_t desc_tag; member in struct:sge_fl
250 bus_dma_tag_t desc_tag; member in struct:sge_txq
H A Dcxgb_sge.c1988 bus_dmamap_unload(q->fl[i].desc_tag, q->fl[i].desc_map);
1989 bus_dmamem_free(q->fl[i].desc_tag, q->fl[i].desc,
1991 bus_dma_tag_destroy(q->fl[i].desc_tag);
2007 bus_dmamap_unload(q->txq[i].desc_tag,
2009 bus_dmamem_free(q->txq[i].desc_tag, q->txq[i].desc,
2011 bus_dma_tag_destroy(q->txq[i].desc_tag);
2024 bus_dmamap_unload(q->rspq.desc_tag, q->rspq.desc_map);
2025 bus_dmamem_free(q->rspq.desc_tag, q->rspq.desc,
2027 bus_dma_tag_destroy(q->rspq.desc_tag);
2448 &q->fl[0].desc_tag,
[all...]
/freebsd-11.0-release/sys/dev/cxgbe/
H A Dadapter.h404 bus_dma_tag_t desc_tag; member in struct:sge_iq
447 bus_dma_tag_t desc_tag; member in struct:sge_eq
538 bus_dma_tag_t desc_tag; member in struct:sge_fl
714 bus_dma_tag_t desc_tag; member in struct:sge_nm_txq
H A Dt4_sge.c2625 rc = alloc_ring(sc, len, &iq->desc_tag, &iq->desc_map, &iq->ba,
2666 rc = alloc_ring(sc, len, &fl->desc_tag, &fl->desc_map,
2824 free_ring(sc, iq->desc_tag, iq->desc_map, iq->ba, iq->desc);
2829 free_ring(sc, fl->desc_tag, fl->desc_map, fl->ba,
3198 rc = alloc_ring(sc, len, &nm_txq->desc_tag, &nm_txq->desc_map,
3233 free_ring(sc, nm_txq->desc_tag, nm_txq->desc_map, nm_txq->ba,
3381 rc = alloc_ring(sc, len, &eq->desc_tag, &eq->desc_map,
3474 free_ring(sc, eq->desc_tag, eq->desc_map, eq->ba, eq->desc);
/freebsd-11.0-release/sys/net/
H A Diflib.c2568 bus_dma_tag_t desc_tag; local
2597 desc_tag = txq->ift_tso_desc_tag;
2600 desc_tag = txq->ift_desc_tag;
2620 err = iflib_busdma_load_mbuf_sg(txq, desc_tag, map, m_headp, segs, &nsegs, max_segs, BUS_DMA_NOWAIT);
2660 bus_dmamap_unload(desc_tag, map);

Completed in 183 milliseconds