Home
last modified time | relevance | path

Searched refs:shared_data_map (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Daic79xx_inline.h827 ahd_dmamap_sync(ahd, ahd->parent_dmat, ahd->shared_data_map.dmamap, in ahd_sync_qoutfifo()
837 ahd->shared_data_map.dmamap, in ahd_sync_tqinfifo()
857 ahd_dmamap_sync(ahd, ahd->parent_dmat /*shared_data_dmat*/, ahd->shared_data_map.dmamap, in ahd_check_cmdcmpltqueues()
867 ahd->shared_data_map.dmamap, in ahd_check_cmdcmpltqueues()
H A Daic79xx.c5170 ahd->shared_data_map.dmamap); in ahd_free()
5172 ahd->shared_data_map.dmamap); in ahd_free()
5176 &ahd->shared_data_map.dmasegs, ahd->shared_data_map.nseg); in ahd_free()
6059 memset(&ahd->shared_data_map, 0, sizeof(ahd->shared_data_map)); in ahd_init()
6064 &ahd->shared_data_map.dmamap, in ahd_init()
6065 (void **)&ahd->shared_data_map.vaddr, in ahd_init()
6066 &ahd->shared_data_map.physaddr, in ahd_init()
6067 &ahd->shared_data_map.dmasegs, in ahd_init()
6068 &ahd->shared_data_map.nseg, ahd_name(ahd), in ahd_init()
6071 ahd->qoutfifo = (void *) ahd->shared_data_map.vaddr; in ahd_init()
[all …]
H A Daic79xxvar.h1212 struct map_node shared_data_map; member