Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aic7xxx/
Daic79xx_core.c9313 u_int sg_prefetch_align; in ahd_loadseq() local
9352 sg_prefetch_align = ahd->pci_cachesize; in ahd_loadseq()
9353 if (sg_prefetch_align == 0) in ahd_loadseq()
9354 sg_prefetch_align = 8; in ahd_loadseq()
9356 while (powerof2(sg_prefetch_align) == 0) in ahd_loadseq()
9357 sg_prefetch_align--; in ahd_loadseq()
9359 cacheline_mask = sg_prefetch_align - 1; in ahd_loadseq()
9366 if (sg_prefetch_align > CCSGADDR_MAX/2) in ahd_loadseq()
9367 sg_prefetch_align = CCSGADDR_MAX/2; in ahd_loadseq()
9369 sg_prefetch_cnt = sg_prefetch_align; in ahd_loadseq()
[all …]