Searched refs:bft2 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/scsi/ |
D | hpsa.c | 9185 int bft2[16] = {MIN_IOACCEL2_BFT_ENTRY, 6, 7, 8, 9, 10, 11, 12, in hpsa_enter_performant_mode() local 9188 BUILD_BUG_ON(ARRAY_SIZE(bft2) != 16); in hpsa_enter_performant_mode() 9307 bft2[15] = h->ioaccel_maxsg + HPSA_IOACCEL2_HEADER_SZ; in hpsa_enter_performant_mode() 9308 calc_bucket_map(bft2, ARRAY_SIZE(bft2), h->ioaccel_maxsg, in hpsa_enter_performant_mode() 9317 ARRAY_SIZE(bft2) * in hpsa_enter_performant_mode() 9319 for (i = 0; i < ARRAY_SIZE(bft2); i++) in hpsa_enter_performant_mode() 9320 writel(bft2[i], &h->ioaccel2_bft2_regs[i]); in hpsa_enter_performant_mode()
|