Searched refs:bft2 (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/scsi/ |
| H A D | hpsa.c | 9191 int bft2[16] = {MIN_IOACCEL2_BFT_ENTRY, 6, 7, 8, 9, 10, 11, 12, in hpsa_enter_performant_mode() local 9194 BUILD_BUG_ON(ARRAY_SIZE(bft2) != 16); in hpsa_enter_performant_mode() 9312 bft2[15] = h->ioaccel_maxsg + HPSA_IOACCEL2_HEADER_SZ; in hpsa_enter_performant_mode() 9313 calc_bucket_map(bft2, ARRAY_SIZE(bft2), h->ioaccel_maxsg, in hpsa_enter_performant_mode() 9322 ARRAY_SIZE(bft2) * in hpsa_enter_performant_mode() 9324 for (i = 0; i < ARRAY_SIZE(bft2); i++) in hpsa_enter_performant_mode() 9325 writel(bft2[i], &h->ioaccel2_bft2_regs[i]); in hpsa_enter_performant_mode()
|