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