Home
last modified time | relevance | path

Searched refs:bft2 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dhpsa.c9207 int bft2[16] = {MIN_IOACCEL2_BFT_ENTRY, 6, 7, 8, 9, 10, 11, 12, in hpsa_enter_performant_mode() local
9210 BUILD_BUG_ON(ARRAY_SIZE(bft2) != 16); in hpsa_enter_performant_mode()
9328 bft2[15] = h->ioaccel_maxsg + HPSA_IOACCEL2_HEADER_SZ; in hpsa_enter_performant_mode()
9329 calc_bucket_map(bft2, ARRAY_SIZE(bft2), h->ioaccel_maxsg, in hpsa_enter_performant_mode()
9338 ARRAY_SIZE(bft2) * in hpsa_enter_performant_mode()
9340 for (i = 0; i < ARRAY_SIZE(bft2); i++) in hpsa_enter_performant_mode()
9341 writel(bft2[i], &h->ioaccel2_bft2_regs[i]); in hpsa_enter_performant_mode()