Searched refs:bft2 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/scsi/ |
D | hpsa.c | 9208 int bft2[16] = {MIN_IOACCEL2_BFT_ENTRY, 6, 7, 8, 9, 10, 11, 12, in hpsa_enter_performant_mode() local 9211 BUILD_BUG_ON(ARRAY_SIZE(bft2) != 16); in hpsa_enter_performant_mode() 9329 bft2[15] = h->ioaccel_maxsg + HPSA_IOACCEL2_HEADER_SZ; in hpsa_enter_performant_mode() 9330 calc_bucket_map(bft2, ARRAY_SIZE(bft2), h->ioaccel_maxsg, in hpsa_enter_performant_mode() 9339 ARRAY_SIZE(bft2) * in hpsa_enter_performant_mode() 9341 for (i = 0; i < ARRAY_SIZE(bft2); i++) in hpsa_enter_performant_mode() 9342 writel(bft2[i], &h->ioaccel2_bft2_regs[i]); in hpsa_enter_performant_mode()
|