Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/aic7xxx/
H A Daic79xx_inline.h843 aic_dmamap_sync(ahd, ahd->shared_data_dmat, ahd->shared_data_map.dmamap, in ahd_sync_qoutfifo()
854 ahd->shared_data_map.dmamap, in ahd_sync_tqinfifo()
874 aic_dmamap_sync(ahd, ahd->shared_data_dmat, ahd->shared_data_map.dmamap, in ahd_check_cmdcmpltqueues()
884 ahd->shared_data_map.dmamap, in ahd_check_cmdcmpltqueues()
H A Daic79xx.c5381 ahd->shared_data_map.dmamap); in ahd_free()
5385 ahd->shared_data_map.dmamap); in ahd_free()
6357 (void **)&ahd->shared_data_map.vaddr, in ahd_init()
6359 &ahd->shared_data_map.dmamap) != 0) { in ahd_init()
6366 aic_dmamap_load(ahd, ahd->shared_data_dmat, ahd->shared_data_map.dmamap, in ahd_init()
6367 ahd->shared_data_map.vaddr, driver_data_size, in ahd_init()
6368 ahd_dmamap_cb, &ahd->shared_data_map.busaddr, in ahd_init()
6370 ahd->qoutfifo = (struct ahd_completion *)ahd->shared_data_map.vaddr; in ahd_init()
6372 next_baddr = ahd->shared_data_map.busaddr in ahd_init()
6394 ahd->next_queued_hscb_map = &ahd->shared_data_map; in ahd_init()
[all …]
H A Daic79xx.h1264 struct map_node shared_data_map; member