sg_offset        10316 dev/ic/aic79xx.c 	bus_addr_t sg_offset;
sg_offset        10319 dev/ic/aic79xx.c 	sg_offset = sg_busaddr - (scb->sg_list_busaddr - ahd_sg_size(ahd));
sg_offset        10320 dev/ic/aic79xx.c 	return ((uint8_t *)scb->sg_list + sg_offset);
sg_offset        10326 dev/ic/aic79xx.c 	bus_addr_t sg_offset;
sg_offset        10329 dev/ic/aic79xx.c 	sg_offset = ((uint8_t *)sg - (uint8_t *)scb->sg_list)
sg_offset        10332 dev/ic/aic79xx.c 	return (scb->sg_list_busaddr + sg_offset);