sg_list_phys      619 dev/ic/aic7xxx.c 			hscb->sgptr = scb->sg_list_phys | SG_FULL_RESID;
sg_list_phys     4435 dev/ic/aic7xxx.c 		next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);
sg_list_phys      191 dev/ic/aic7xxx_inline.h 	sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg);
sg_list_phys      206 dev/ic/aic7xxx_inline.h 	return (scb->sg_list_phys + (sg_index * sizeof(*scb->sg_list)));
sg_list_phys      403 dev/ic/aic7xxx_openbsd.c 		scb->hscb->sgptr = aic_htole32(scb->sg_list_phys|SG_FULL_RESID);
sg_list_phys      606 dev/ic/aic7xxxvar.h 	bus_addr_t		  sg_list_phys;