Searched refs:sg_busaddr (Results 1 – 7 of 7) sorted by relevance
213 next_acb->sg_busaddr = busaddr; in adwallocacbs()259 bus_addr_t sg_busaddr; in adwexecuteacb() local265 sg_busaddr = acb->sg_busaddr; in adwexecuteacb()287 sg_busaddr += in adwexecuteacb()289 sg_block->sg_busaddr_next = sg_busaddr; in adwexecuteacb()292 acb->queue.sg_real_addr = acb->sg_busaddr; in adwexecuteacb()
425 bus_addr_t sg_busaddr; member
152 uint32_t sg_busaddr);167 ahc_sg_bus_to_virt(struct scb *scb, uint32_t sg_busaddr) in ahc_sg_bus_to_virt() argument171 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg); in ahc_sg_bus_to_virt()
338 uint32_t sg_busaddr);362 ahd_sg_bus_to_virt(struct ahd_softc *ahd, struct scb *scb, uint32_t sg_busaddr) in ahd_sg_bus_to_virt() argument367 sg_offset = sg_busaddr - (scb->sg_list_busaddr - ahd_sg_size(ahd)); in ahd_sg_bus_to_virt()
6066 bus_addr_t sg_busaddr; in ahd_alloc_scbs() local6116 sg_busaddr = sg_map->busaddr + offset; in ahd_alloc_scbs()6139 sg_busaddr = sg_map->busaddr; in ahd_alloc_scbs()6223 next_scb->sg_list_busaddr = sg_busaddr; in ahd_alloc_scbs()6250 sg_busaddr += ahd_sglist_size(ahd); in ahd_alloc_scbs()
881 u_int32_t sg_busaddr; member
376 next_ccb->sg_busaddr = htonl(physaddr); in dptallocccbs()761 dccb->eata_ccb.cp_dataDMA = dccb->sg_busaddr; in dptexecuteccb()