Searched refs:sg_prefetch_cnt (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6859 u_int sg_prefetch_cnt; ahc_loadseq() local
6879 sg_prefetch_cnt = ahc->pci_cachesize; ahc_loadseq()
6880 if (sg_prefetch_cnt < (2 * sizeof(struct ahc_dma_seg))) ahc_loadseq()
6881 sg_prefetch_cnt = 2 * sizeof(struct ahc_dma_seg); ahc_loadseq()
6882 download_consts[SG_PREFETCH_CNT] = sg_prefetch_cnt; ahc_loadseq()
6883 download_consts[SG_PREFETCH_ALIGN_MASK] = ~(sg_prefetch_cnt - 1); ahc_loadseq()
6884 download_consts[SG_PREFETCH_ADDR_MASK] = (sg_prefetch_cnt - 1); ahc_loadseq()
H A Daic79xx_core.c9363 u_int sg_prefetch_cnt; ahd_loadseq() local
9421 sg_prefetch_cnt = sg_prefetch_align; ahd_loadseq()
9429 while (sg_prefetch_cnt < sg_size) ahd_loadseq()
9430 sg_prefetch_cnt += sg_prefetch_align; ahd_loadseq()
9437 && (sg_prefetch_cnt < CCSGADDR_MAX)) ahd_loadseq()
9438 sg_prefetch_cnt += sg_prefetch_align; ahd_loadseq()
9444 sg_prefetch_cnt_limit = -(sg_prefetch_cnt - sg_size + 1); ahd_loadseq()
9445 download_consts[SG_PREFETCH_CNT] = sg_prefetch_cnt; ahd_loadseq()

Completed in 120 milliseconds