Searched refs:AHC_NSEG (Results 1 – 4 of 4) sorted by relevance
504 #define AHC_NSEG ahc_linux_nseg macro507 #define AHC_NSEG 128 macro
342 ahc->scb_data->numscbs, AHC_NSEG); in ahc_linux_proc_info()
4493 newcount = (PAGE_SIZE / (AHC_NSEG * sizeof(struct ahc_dma_seg))); in ahc_alloc_scbs()4524 segs += AHC_NSEG; in ahc_alloc_scbs()4525 physaddr += (AHC_NSEG * sizeof(struct ahc_dma_seg)); in ahc_alloc_scbs()4827 /*maxsize*/(AHC_NSEG - 1) * PAGE_SIZE, in ahc_init()4828 /*nsegments*/AHC_NSEG, in ahc_init()
737 if ((scb->sg_count + 1) > AHC_NSEG) in ahc_linux_map_seg()1755 host->sg_tablesize = AHC_NSEG;