Searched refs:shared_data_map (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/dev/aic7xxx/ |
| HD | aic79xx_inline.h | 841 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()
|
| HD | aic79xx.c | 5411 ahd->shared_data_map.dmamap); in ahd_free() 5415 ahd->shared_data_map.dmamap); in ahd_free() 6391 (void **)&ahd->shared_data_map.vaddr, in ahd_init() 6393 &ahd->shared_data_map.dmamap) != 0) { in ahd_init() 6400 aic_dmamap_load(ahd, ahd->shared_data_dmat, ahd->shared_data_map.dmamap, in ahd_init() 6401 ahd->shared_data_map.vaddr, driver_data_size, in ahd_init() 6402 ahd_dmamap_cb, &ahd->shared_data_map.busaddr, in ahd_init() 6404 ahd->qoutfifo = (struct ahd_completion *)ahd->shared_data_map.vaddr; in ahd_init() 6406 next_baddr = ahd->shared_data_map.busaddr in ahd_init() 6428 ahd->next_queued_hscb_map = &ahd->shared_data_map; in ahd_init() [all …]
|
| HD | aic79xx.h | 1262 struct map_node shared_data_map; member
|