Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/
Dhpsa.h237 u32 *blockFetchTable; member
Dhpsa.c1055 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1); in set_performant_mode()
9235 SG_ENTRIES_IN_CMD, 4, h->blockFetchTable); in hpsa_enter_performant_mode()
9465 kfree(h->blockFetchTable); in hpsa_free_performant_mode()
9466 h->blockFetchTable = NULL; in hpsa_free_performant_mode()
9518 h->blockFetchTable = kmalloc(((SG_ENTRIES_IN_CMD + 1) * in hpsa_put_ctlr_into_performant_mode()
9520 if (!h->blockFetchTable) { in hpsa_put_ctlr_into_performant_mode()
9531 kfree(h->blockFetchTable); in hpsa_put_ctlr_into_performant_mode()
9532 h->blockFetchTable = NULL; in hpsa_put_ctlr_into_performant_mode()