Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A 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...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c9269 u_int sg_prefetch_align; in ahd_loadseq() local
9308 sg_prefetch_align = ahd->pci_cachesize; in ahd_loadseq()
9309 if (sg_prefetch_align == 0) in ahd_loadseq()
9310 sg_prefetch_align = 8; in ahd_loadseq()
9312 while (powerof2(sg_prefetch_align) == 0) in ahd_loadseq()
9313 sg_prefetch_align--; in ahd_loadseq()
9315 cacheline_mask = sg_prefetch_align - 1; in ahd_loadseq()
9322 if (sg_prefetch_align > CCSGADDR_MAX/2) in ahd_loadseq()
9323 sg_prefetch_align = CCSGADDR_MAX/2; in ahd_loadseq()
9325 sg_prefetch_cnt = sg_prefetch_align; in ahd_loadseq()
[all...]

Completed in 19 milliseconds