Symbol: ahc_dma_seg
drivers/scsi/aic7xxx/aic7xxx.h
515
struct ahc_dma_seg* sg_vaddr;
drivers/scsi/aic7xxx/aic7xxx.h
573
struct ahc_dma_seg *sg_list;
drivers/scsi/aic7xxx/aic7xxx_core.c
1051
struct ahc_dma_seg *sg;
drivers/scsi/aic7xxx/aic7xxx_core.c
364
static struct ahc_dma_seg *
drivers/scsi/aic7xxx/aic7xxx_core.c
369
sg_index = (sg_busaddr - scb->sg_list_phys)/sizeof(struct ahc_dma_seg);
drivers/scsi/aic7xxx/aic7xxx_core.c
377
ahc_sg_virt_to_bus(struct scb *scb, struct ahc_dma_seg *sg)
drivers/scsi/aic7xxx/aic7xxx_core.c
411
* sizeof(struct ahc_dma_seg),
drivers/scsi/aic7xxx/aic7xxx_core.c
412
/*len*/sizeof(struct ahc_dma_seg) * scb->sg_count, op);
drivers/scsi/aic7xxx/aic7xxx_core.c
4169
struct ahc_dma_seg *sg;
drivers/scsi/aic7xxx/aic7xxx_core.c
4244
struct ahc_dma_seg *sg;
drivers/scsi/aic7xxx/aic7xxx_core.c
4935
struct ahc_dma_seg *segs;
drivers/scsi/aic7xxx/aic7xxx_core.c
4968
newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct ahc_dma_seg)));
drivers/scsi/aic7xxx/aic7xxx_core.c
4983
next_scb->sg_list_phys = physaddr + sizeof(struct ahc_dma_seg);
drivers/scsi/aic7xxx/aic7xxx_core.c
4991
physaddr += (AHC_NSEG * sizeof(struct ahc_dma_seg));
drivers/scsi/aic7xxx/aic7xxx_core.c
5379
(u_int)sizeof(struct ahc_dma_seg));
drivers/scsi/aic7xxx/aic7xxx_core.c
6634
struct ahc_dma_seg *sg;
drivers/scsi/aic7xxx/aic7xxx_core.c
6814
if (sg_prefetch_cnt < (2 * sizeof(struct ahc_dma_seg)))
drivers/scsi/aic7xxx/aic7xxx_core.c
6815
sg_prefetch_cnt = 2 * sizeof(struct ahc_dma_seg);
drivers/scsi/aic7xxx/aic7xxx_osm.c
1511
struct ahc_dma_seg *sg;
drivers/scsi/aic7xxx/aic7xxx_osm.c
457
struct ahc_dma_seg *sg,
drivers/scsi/aic7xxx/aic7xxx_osm.c
473
struct ahc_dma_seg *sg, dma_addr_t addr, bus_size_t len)