Home
last modified time | relevance | path

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

/drivers/block/
Dcciss.c3958 int bft[8] = { 5, 6, 8, 10, 12, 20, 28, MAXSGENTRIES + 4}; in cciss_enter_performant_mode() local
3975 calc_bucket_map(bft, ARRAY_SIZE(bft), h->maxsgentries, in cciss_enter_performant_mode()
3977 writel(bft[0], &h->transtable->BlockFetch0); in cciss_enter_performant_mode()
3978 writel(bft[1], &h->transtable->BlockFetch1); in cciss_enter_performant_mode()
3979 writel(bft[2], &h->transtable->BlockFetch2); in cciss_enter_performant_mode()
3980 writel(bft[3], &h->transtable->BlockFetch3); in cciss_enter_performant_mode()
3981 writel(bft[4], &h->transtable->BlockFetch4); in cciss_enter_performant_mode()
3982 writel(bft[5], &h->transtable->BlockFetch5); in cciss_enter_performant_mode()
3983 writel(bft[6], &h->transtable->BlockFetch6); in cciss_enter_performant_mode()
3984 writel(bft[7], &h->transtable->BlockFetch7); in cciss_enter_performant_mode()
/drivers/scsi/
Dhpsa.c7324 int bft[8] = {5, 6, 8, 10, 12, 20, 28, SG_ENTRIES_IN_CMD + 4}; in hpsa_enter_performant_mode() local
7331 BUILD_BUG_ON(ARRAY_SIZE(bft) != 8); in hpsa_enter_performant_mode()
7353 bft[7] = SG_ENTRIES_IN_CMD + 4; in hpsa_enter_performant_mode()
7354 calc_bucket_map(bft, ARRAY_SIZE(bft), in hpsa_enter_performant_mode()
7357 writel(bft[i], &h->transtable->BlockFetch[i]); in hpsa_enter_performant_mode()
7410 bft[7] = h->ioaccel_maxsg + 8; in hpsa_enter_performant_mode()
7411 calc_bucket_map(bft, ARRAY_SIZE(bft), h->ioaccel_maxsg, 8, in hpsa_enter_performant_mode()