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

  /src/sys/dev/ic/
siisatavar.h 96 bus_dmamap_t sch_prbd; member in struct:siisata_softc::siisata_channel
113 (schp)->sch_prbd, slot * SIISATA_CMD_SIZE, SIISATA_CMD_SIZE, (op))
siisata.c 340 BUS_DMA_NOWAIT, &schp->sch_prbd);
351 error = bus_dmamap_load(sc->sc_dmat, schp->sch_prbd,
357 bus_dmamap_destroy(sc->sc_dmat, schp->sch_prbd);
368 schp->sch_prbd->dm_segs[0].ds_addr +
453 bus_dmamap_unload(sc->sc_dmat, schp->sch_prbd);
454 bus_dmamap_destroy(sc->sc_dmat, schp->sch_prbd);

Completed in 14 milliseconds