Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dhpsa.c9178 * of SG elements. bft[] contains the eight values we write to in hpsa_enter_performant_mode()
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), in hpsa_enter_performant_mode()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhpsa.c9200 * of SG elements. bft[] contains the eight values we write to in hpsa_enter_performant_mode()
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), in hpsa_enter_performant_mode()
[all...]

Completed in 22 milliseconds