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

  /src/sys/dev/pci/
ismt.c 203 bus_dma_segment_t desc_dma_seg; member in struct:ismt_softc
646 bus_dmamem_free(sc->desc_dma_tag, &sc->desc_dma_seg, sc->desc_rseg);
693 &sc->desc_dma_seg, ISMT_DESC_ENTRIES, &sc->desc_rseg,
698 bus_dmamem_map(sc->desc_dma_tag, &sc->desc_dma_seg,
ismt.c 203 bus_dma_segment_t desc_dma_seg; member in struct:ismt_softc
646 bus_dmamem_free(sc->desc_dma_tag, &sc->desc_dma_seg, sc->desc_rseg);
693 &sc->desc_dma_seg, ISMT_DESC_ENTRIES, &sc->desc_rseg,
698 bus_dmamem_map(sc->desc_dma_tag, &sc->desc_dma_seg,

Completed in 70 milliseconds