Searched refs:sg_list_phys (Results 1 – 5 of 5) sorted by relevance
177 sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg); in ahc_sg_bus_to_virt()192 return (scb->sg_list_phys + (sg_index * sizeof(*scb->sg_list))); in ahc_sg_virt_to_bus()
583 bus_addr_t sg_list_phys; member
630 bus_addr_t sg_list_phys; member
438 scb->hscb->sgptr = ahc_htole32(scb->sg_list_phys|SG_FULL_RESID); in ahc_execute_scb()
576 hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID; in ahc_handle_seqint()4378 next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg); in ahc_alloc_scbs()