Home
last modified time | relevance | path

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

/src/sys/dev/aic7xxx/
H A Daic79xx_inline.h841 aic_dmamap_sync(ahd, ahd->shared_data_dmat, ahd->shared_data_map.dmamap, in ahd_sync_qoutfifo()
852 ahd->shared_data_map.dmamap, in ahd_sync_tqinfifo()
872 aic_dmamap_sync(ahd, ahd->shared_data_dmat, ahd->shared_data_map.dmamap, in ahd_check_cmdcmpltqueues()
882 ahd->shared_data_map.dmamap, in ahd_check_cmdcmpltqueues()
H A Daic79xx.c5350 ahd->shared_data_map.dmamap); in ahd_free()
5354 ahd->shared_data_map.dmamap); in ahd_free()
6331 (void **)&ahd->shared_data_map.vaddr, in ahd_init()
6333 &ahd->shared_data_map.dmamap) != 0) { in ahd_init()
6340 aic_dmamap_load(ahd, ahd->shared_data_dmat, ahd->shared_data_map.dmamap, in ahd_init()
6341 ahd->shared_data_map.vaddr, driver_data_size, in ahd_init()
6342 ahd_dmamap_cb, &ahd->shared_data_map.busaddr, in ahd_init()
6344 ahd->qoutfifo = (struct ahd_completion *)ahd->shared_data_map.vaddr; in ahd_init()
6346 next_baddr = ahd->shared_data_map.busaddr in ahd_init()
6368 ahd->next_queued_hscb_map = &ahd->shared_data_map; in ahd_init()
[all …]
H A Daic79xx.h1258 struct map_node shared_data_map; member