ahc_dma_seg       536 dev/ic/aic7xxx.c 			struct ahc_dma_seg *sg;
ahc_dma_seg      3675 dev/ic/aic7xxx.c 			struct ahc_dma_seg *sg;
ahc_dma_seg      3750 dev/ic/aic7xxx.c 	struct	 ahc_dma_seg *sg;
ahc_dma_seg      4383 dev/ic/aic7xxx.c 	struct ahc_dma_seg *segs;
ahc_dma_seg      4414 dev/ic/aic7xxx.c 	newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct ahc_dma_seg)));
ahc_dma_seg      4435 dev/ic/aic7xxx.c 		next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);
ahc_dma_seg      4451 dev/ic/aic7xxx.c 		physaddr += (AHC_NSEG * sizeof(struct ahc_dma_seg));
ahc_dma_seg      4836 dev/ic/aic7xxx.c 			(u_int)sizeof(struct ahc_dma_seg));
ahc_dma_seg      6018 dev/ic/aic7xxx.c 		struct ahc_dma_seg *sg;
ahc_dma_seg      6198 dev/ic/aic7xxx.c 	if (sg_prefetch_cnt < (2 * sizeof(struct ahc_dma_seg)))
ahc_dma_seg      6199 dev/ic/aic7xxx.c 		sg_prefetch_cnt = 2 * sizeof(struct ahc_dma_seg);
ahc_dma_seg       168 dev/ic/aic7xxx_inline.h IO_INLINE struct ahc_dma_seg *
ahc_dma_seg       173 dev/ic/aic7xxx_inline.h 					   struct ahc_dma_seg *sg);
ahc_dma_seg       186 dev/ic/aic7xxx_inline.h IO_INLINE struct ahc_dma_seg *
ahc_dma_seg       191 dev/ic/aic7xxx_inline.h 	sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg);
ahc_dma_seg       199 dev/ic/aic7xxx_inline.h ahc_sg_virt_to_bus(struct scb *scb, struct ahc_dma_seg *sg)
ahc_dma_seg       378 dev/ic/aic7xxx_openbsd.c 		struct	  ahc_dma_seg *sg;
ahc_dma_seg       523 dev/ic/aic7xxxvar.h struct ahc_dma_seg {
ahc_dma_seg       536 dev/ic/aic7xxxvar.h 	struct ahc_dma_seg*	 sg_vaddr;
ahc_dma_seg       605 dev/ic/aic7xxxvar.h 	struct ahc_dma_seg 	 *sg_list;