Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.h574 dma_addr_t sg_list_phys; member
H A Daic7xxx_core.c369 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg); in ahc_sg_bus_to_virt()
384 return (scb->sg_list_phys + (sg_index * sizeof(*scb->sg_list))); in ahc_sg_virt_to_bus()
1134 hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID; in ahc_handle_seqint()
4983 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg); in ahc_alloc_scbs()
H A Daic7xxx_osm.c1532 ahc_htole32(scb->sg_list_phys | SG_FULL_RESID); in ahc_linux_run_command()