Home
last modified time | relevance | path

Searched refs:_dm_source (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sparc64/include/
H A Dbus_defs.h290 void *_dm_source; /* source mbuf, uio, etc. needed for unload */ member
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dmachdep.c1073 map->_dm_source = (void *)m; in _bus_dmamap_load_mbuf()
1095 map->_dm_source = NULL; in _bus_dmamap_load_mbuf()
1121 map->_dm_source = NULL; in _bus_dmamap_load_mbuf()
1133 for (m = (struct mbuf *)map->_dm_source; m; m = m->m_next) in _bus_dmamap_load_mbuf()
1242 map->_dm_source = (void *)uio; in _bus_dmamap_load_uio()