Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/aic7xxx/
Daic79xx_core.c9273 u_int sg_prefetch_align; in ahd_loadseq() local
9312 sg_prefetch_align = ahd->pci_cachesize; in ahd_loadseq()
9313 if (sg_prefetch_align == 0) in ahd_loadseq()
9314 sg_prefetch_align = 8; in ahd_loadseq()
9316 while (powerof2(sg_prefetch_align) == 0) in ahd_loadseq()
9317 sg_prefetch_align--; in ahd_loadseq()
9319 cacheline_mask = sg_prefetch_align - 1; in ahd_loadseq()
9326 if (sg_prefetch_align > CCSGADDR_MAX/2) in ahd_loadseq()
9327 sg_prefetch_align = CCSGADDR_MAX/2; in ahd_loadseq()
9329 sg_prefetch_cnt = sg_prefetch_align; in ahd_loadseq()
[all …]