Searched refs:bft (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/scsi/ |
| D | hpsa.c | 9145 int bft[8] = {5, 6, 8, 10, 12, 20, 28, SG_ENTRIES_IN_CMD + 4}; in hpsa_enter_performant_mode() local 9152 BUILD_BUG_ON(ARRAY_SIZE(bft) != 8); in hpsa_enter_performant_mode() 9174 bft[7] = SG_ENTRIES_IN_CMD + 4; in hpsa_enter_performant_mode() 9175 calc_bucket_map(bft, ARRAY_SIZE(bft), in hpsa_enter_performant_mode() 9178 writel(bft[i], &h->transtable->BlockFetch[i]); in hpsa_enter_performant_mode() 9231 bft[7] = h->ioaccel_maxsg + 8; in hpsa_enter_performant_mode() 9232 calc_bucket_map(bft, ARRAY_SIZE(bft), h->ioaccel_maxsg, 8, in hpsa_enter_performant_mode()
|