HomeSort by: relevance | last modified time | path
    Searched defs:desc_tag (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_adapter.h 210 bus_dma_tag_t desc_tag; member in struct:sge_rspq
238 bus_dma_tag_t desc_tag; member in struct:sge_fl
270 bus_dma_tag_t desc_tag; member in struct:sge_txq
  /src/sys/arch/arm/sunxi/
sunxi_emac.c 149 bus_dma_tag_t desc_tag; member in struct:sunxi_emac_txring
160 bus_dma_tag_t desc_tag; member in struct:sunxi_emac_rxring
482 sunxi_emac_dma_sync(sc, sc->tx.desc_tag, sc->tx.desc_map,
793 sunxi_emac_dma_sync(sc, sc->rx.desc_tag, sc->rx.desc_map,
840 sunxi_emac_dma_sync(sc, sc->rx.desc_tag, sc->rx.desc_map,
863 sunxi_emac_dma_sync(sc, sc->tx.desc_tag, sc->tx.desc_map,
881 sunxi_emac_dma_sync(sc, sc->tx.desc_tag, sc->tx.desc_map,
1194 sc->tx.buf_tag = sc->tx.desc_tag = sc->dmat;
1235 sc->rx.buf_tag = sc->rx.desc_tag = sc->dmat;
1275 bus_dmamap_sync(sc->rx.desc_tag, sc->rx.desc_map
    [all...]
  /src/sys/fs/udf/
ecma167-udf.h 134 struct desc_tag { struct
315 struct desc_tag tag;
323 struct desc_tag tag; /* use for extending the volume descriptor space */
331 struct desc_tag tag;
372 struct desc_tag tag;
384 struct desc_tag tag;
496 struct desc_tag tag;
531 struct desc_tag tag; /* TagId 264 */
540 struct desc_tag tag; /* TagId 263 */
560 struct desc_tag tag
    [all...]

Completed in 113 milliseconds