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

/netbsd-current/sys/external/bsd/drm2/drm/
H A Ddrm_scatter.c197 BUS_DMA_NOWAIT, &sg->sg_map);
205 error = -bus_dmamap_load(sg->sg_tag, sg->sg_map, sg->virtual, nbytes,
223 fail3: bus_dmamap_destroy(sg->sg_tag, sg->sg_map);
236 bus_dmamap_unload(sg->sg_tag, sg->sg_map);
237 bus_dmamap_destroy(sg->sg_tag, sg->sg_map);
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_legacy.h140 bus_dmamap_t sg_map; member in struct:drm_sg_mem
/netbsd-current/sys/dev/ic/
H A Daic7xxx_inline.h216 ahc_dmamap_sync(ahc, ahc->parent_dmat, scb->sg_map->sg_dmamap,
217 /*offset*/(scb->sg_list - scb->sg_map->sg_vaddr)
H A Daic7xxx.c4269 struct sg_map_node *sg_map; local
4271 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps))!= NULL) {
4274 sg_map->sg_dmamap, (void *)sg_map->sg_vaddr,
4275 &sg_map->sg_dmasegs, sg_map->sg_nseg);
4276 free(sg_map, M_DEVBUF);
4306 struct sg_map_node *sg_map; local
4319 sg_map = malloc(sizeof(*sg_map), M_DEVBU
[all...]
H A Daic79xx.c5522 struct map_node *sg_map; local
5524 while ((sg_map = SLIST_FIRST(&scb_data->sg_maps)) != NULL) {
5528 sg_map->dmamap, (void *)sg_map->vaddr,
5529 &sg_map->dmasegs, sg_map->nseg);
5530 free(sg_map, M_DEVBUF);
5747 struct map_node *sg_map; local
5804 sg_map = SLIST_FIRST(&scb_data->sg_maps);
5805 segs = sg_map
[all...]
H A Daic79xx_inline.h386 ahd_dmamap_sync(ahd, ahd->parent_dmat, scb->sg_map->dmamap,
H A Daic79xxvar.h641 struct map_node *sg_map; member in struct:scb
H A Daic7xxxvar.h694 struct sg_map_node *sg_map; member in struct:scb

Completed in 402 milliseconds