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

/freebsd-11-stable/sys/dev/esp/
H A Desp_pci.c431 bus_dma_tag_t xferdmat; local
438 xferdmat = esc->sc_xferdmat;
450 bus_dmamap_sync(xferdmat, xferdmam, datain != 0 ?
452 bus_dmamap_unload(xferdmat, xferdmam);
525 bus_dmamap_sync(xferdmat, xferdmam, datain != 0 ?
527 bus_dmamap_unload(xferdmat, xferdmam);

Completed in 158 milliseconds