Home
last modified time | relevance | path

Searched refs:sg_busaddr (Results 1 – 7 of 7) sorted by relevance

/NextBSD/sys/dev/advansys/
HDadwcam.c213 next_acb->sg_busaddr = busaddr; in adwallocacbs()
259 bus_addr_t sg_busaddr; in adwexecuteacb() local
265 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()
HDadwlib.h425 bus_addr_t sg_busaddr; member
/NextBSD/sys/dev/aic7xxx/
HDaic7xxx_inline.h152 uint32_t sg_busaddr);
167 ahc_sg_bus_to_virt(struct scb *scb, uint32_t sg_busaddr) in ahc_sg_bus_to_virt() argument
171 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg); in ahc_sg_bus_to_virt()
HDaic79xx_inline.h338 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() argument
367 sg_offset = sg_busaddr - (scb->sg_list_busaddr - ahd_sg_size(ahd)); in ahd_sg_bus_to_virt()
HDaic79xx.c6066 bus_addr_t sg_busaddr; in ahd_alloc_scbs() local
6116 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()
/NextBSD/sys/dev/dpt/
HDdpt.h881 u_int32_t sg_busaddr; member
HDdpt_scsi.c376 next_ccb->sg_busaddr = htonl(physaddr); in dptallocccbs()
761 dccb->eata_ccb.cp_dataDMA = dccb->sg_busaddr; in dptexecuteccb()