ismt.c | 204 int desc_rseg; 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, 699 sc->desc_rseg, DESC_SIZE, (void **)&sc->desc, BUS_DMA_COHERENT);
|