Searched refs:bft (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A D | hpsa.c | 9204 int bft[8] = {5, 6, 8, 10, 12, 20, 28, SG_ENTRIES_IN_CMD + 4}; in hpsa_enter_performant_mode() local 9211 BUILD_BUG_ON(ARRAY_SIZE(bft) != 8); in hpsa_enter_performant_mode() 9233 bft[7] = SG_ENTRIES_IN_CMD + 4; in hpsa_enter_performant_mode() 9234 calc_bucket_map(bft, ARRAY_SIZE(bft), in hpsa_enter_performant_mode() 9237 writel(bft[i], &h->transtable->BlockFetch[i]); in hpsa_enter_performant_mode() 9290 bft[7] = h->ioaccel_maxsg + 8; in hpsa_enter_performant_mode() 9291 calc_bucket_map(bft, ARRAY_SIZE(bft), h->ioaccel_maxsg, 8, in hpsa_enter_performant_mode()
|