Home
last modified time | relevance | path

Searched refs:AHC_NSEG (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_proc.c303 ahc->scb_data->numscbs, AHC_NSEG); in ahc_linux_show_info()
H A Daic7xxx_osm.h332 #define AHC_NSEG 128 macro
H A Daic7xxx_osm.c477 if ((scb->sg_count + 1) > AHC_NSEG) in ahc_linux_map_seg()
1100 host->sg_tablesize = AHC_NSEG; in ahc_linux_register_host()
H A Daic7xxx_core.c4968 newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct ahc_dma_seg))); in ahc_alloc_scbs()
4990 segs += AHC_NSEG; in ahc_alloc_scbs()
4991 physaddr += (AHC_NSEG * sizeof(struct ahc_dma_seg)); in ahc_alloc_scbs()