Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic7xxx_proc.c302 ahc->scb_data->numscbs, AHC_NSEG); in ahc_linux_show_info()
Daic7xxx_osm.h332 #define AHC_NSEG 128 macro
Daic7xxx_osm.c475 if ((scb->sg_count + 1) > AHC_NSEG) in ahc_linux_map_seg()
1111 host->sg_tablesize = AHC_NSEG; in ahc_linux_register_host()
Daic7xxx_core.c5004 newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct ahc_dma_seg))); in ahc_alloc_scbs()
5034 segs += AHC_NSEG; in ahc_alloc_scbs()
5035 physaddr += (AHC_NSEG * sizeof(struct ahc_dma_seg)); in ahc_alloc_scbs()
5337 /*maxsize*/(AHC_NSEG - 1) * PAGE_SIZE, in ahc_init()
5338 /*nsegments*/AHC_NSEG, in ahc_init()