Symbol: ahc_dma_seg
sys/dev/aic7xxx/aic7xxx.c
3665
struct ahc_dma_seg *sg;
sys/dev/aic7xxx/aic7xxx.c
3732
struct ahc_dma_seg *sg;
sys/dev/aic7xxx/aic7xxx.c
4474
struct ahc_dma_seg *segs;
sys/dev/aic7xxx/aic7xxx.c
4508
newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct ahc_dma_seg)));
sys/dev/aic7xxx/aic7xxx.c
4524
next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);
sys/dev/aic7xxx/aic7xxx.c
4538
physaddr += (AHC_NSEG * sizeof(struct ahc_dma_seg));
sys/dev/aic7xxx/aic7xxx.c
485
struct ahc_dma_seg *sg;
sys/dev/aic7xxx/aic7xxx.c
4967
(u_int)sizeof(struct ahc_dma_seg));
sys/dev/aic7xxx/aic7xxx.c
6219
struct ahc_dma_seg *sg;
sys/dev/aic7xxx/aic7xxx.c
6398
if (sg_prefetch_cnt < (2 * sizeof(struct ahc_dma_seg)))
sys/dev/aic7xxx/aic7xxx.c
6399
sg_prefetch_cnt = 2 * sizeof(struct ahc_dma_seg);
sys/dev/aic7xxx/aic7xxx.h
531
struct ahc_dma_seg* sg_vaddr;
sys/dev/aic7xxx/aic7xxx.h
595
struct ahc_dma_seg *sg_list;
sys/dev/aic7xxx/aic7xxx_inline.h
150
static __inline struct ahc_dma_seg *
sys/dev/aic7xxx/aic7xxx_inline.h
155
struct ahc_dma_seg *sg);
sys/dev/aic7xxx/aic7xxx_inline.h
166
static __inline struct ahc_dma_seg *
sys/dev/aic7xxx/aic7xxx_inline.h
171
sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg);
sys/dev/aic7xxx/aic7xxx_inline.h
179
ahc_sg_virt_to_bus(struct scb *scb, struct ahc_dma_seg *sg)
sys/dev/aic7xxx/aic7xxx_inline.h
213
* sizeof(struct ahc_dma_seg),
sys/dev/aic7xxx/aic7xxx_inline.h
214
/*len*/sizeof(struct ahc_dma_seg) * scb->sg_count, op);
sys/dev/aic7xxx/aic7xxx_osm.c
956
struct ahc_dma_seg *sg;