Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/aic7xxx/
Daic79xx_core.c9353 u_int sg_prefetch_align; in ahd_loadseq() local
9392 sg_prefetch_align = ahd->pci_cachesize; in ahd_loadseq()
9393 if (sg_prefetch_align == 0) in ahd_loadseq()
9394 sg_prefetch_align = 8; in ahd_loadseq()
9396 while (powerof2(sg_prefetch_align) == 0) in ahd_loadseq()
9397 sg_prefetch_align--; in ahd_loadseq()
9399 cacheline_mask = sg_prefetch_align - 1; in ahd_loadseq()
9406 if (sg_prefetch_align > CCSGADDR_MAX/2) in ahd_loadseq()
9407 sg_prefetch_align = CCSGADDR_MAX/2; in ahd_loadseq()
9409 sg_prefetch_cnt = sg_prefetch_align; in ahd_loadseq()
[all …]