Searched refs:bft (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/block/ |
D | cciss.c | 3974 int bft[8] = { 5, 6, 8, 10, 12, 20, 28, MAXSGENTRIES + 4}; in cciss_enter_performant_mode() local 3991 calc_bucket_map(bft, ARRAY_SIZE(bft), h->maxsgentries, in cciss_enter_performant_mode() 3993 writel(bft[0], &h->transtable->BlockFetch0); in cciss_enter_performant_mode() 3994 writel(bft[1], &h->transtable->BlockFetch1); in cciss_enter_performant_mode() 3995 writel(bft[2], &h->transtable->BlockFetch2); in cciss_enter_performant_mode() 3996 writel(bft[3], &h->transtable->BlockFetch3); in cciss_enter_performant_mode() 3997 writel(bft[4], &h->transtable->BlockFetch4); in cciss_enter_performant_mode() 3998 writel(bft[5], &h->transtable->BlockFetch5); in cciss_enter_performant_mode() 3999 writel(bft[6], &h->transtable->BlockFetch6); in cciss_enter_performant_mode() 4000 writel(bft[7], &h->transtable->BlockFetch7); in cciss_enter_performant_mode()
|
/linux-4.4.14/drivers/scsi/ |
D | hpsa.c | 8856 int bft[8] = {5, 6, 8, 10, 12, 20, 28, SG_ENTRIES_IN_CMD + 4}; in hpsa_enter_performant_mode() local 8863 BUILD_BUG_ON(ARRAY_SIZE(bft) != 8); in hpsa_enter_performant_mode() 8885 bft[7] = SG_ENTRIES_IN_CMD + 4; in hpsa_enter_performant_mode() 8886 calc_bucket_map(bft, ARRAY_SIZE(bft), in hpsa_enter_performant_mode() 8889 writel(bft[i], &h->transtable->BlockFetch[i]); in hpsa_enter_performant_mode() 8946 bft[7] = h->ioaccel_maxsg + 8; in hpsa_enter_performant_mode() 8947 calc_bucket_map(bft, ARRAY_SIZE(bft), h->ioaccel_maxsg, 8, in hpsa_enter_performant_mode()
|