Searched refs:sc_dmasegs_tx (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/mac68k/obio/ |
H A D | if_mc_obio.c | 137 if (bus_dmamem_alloc(sc->sc_dmat, 2 * 0x800, 0, 0, &sc->sc_dmasegs_tx, in mc_obio_attach() 143 if (bus_dmamem_map(sc->sc_dmat, &sc->sc_dmasegs_tx, rsegs, 2 * 0x800, in mc_obio_attach() 186 sc->sc_txbuf_phys = sc->sc_dmasegs_tx.ds_addr; in mc_obio_attach()
|
/netbsd-src/sys/arch/mac68k/dev/ |
H A D | if_mcvar.h | 83 bus_dma_segment_t sc_dmasegs_tx, sc_dmasegs_rx; member
|