Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Dcciss.h157 u32 *blockFetchTable; member
Dcciss.c249 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1); in set_performant_mode()
3992 h->blockFetchTable); in cciss_enter_performant_mode()
4053 h->blockFetchTable = kmalloc(((h->maxsgentries+1) * in cciss_put_controller_into_performant_mode()
4056 if ((h->reply_pool == NULL) || (h->blockFetchTable == NULL)) in cciss_put_controller_into_performant_mode()
4068 kfree(h->blockFetchTable); in cciss_put_controller_into_performant_mode()
4953 kfree(h->blockFetchTable); in cciss_undo_allocations_after_kdump_soft_reset()
5322 kfree(h->blockFetchTable); in cciss_remove_one()
/linux-4.4.14/drivers/scsi/
Dhpsa.h228 u32 *blockFetchTable; member
Dhpsa.c975 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1); in set_performant_mode()
8887 SG_ENTRIES_IN_CMD, 4, h->blockFetchTable); in hpsa_enter_performant_mode()
9122 kfree(h->blockFetchTable); in hpsa_free_performant_mode()
9123 h->blockFetchTable = NULL; in hpsa_free_performant_mode()
9180 h->blockFetchTable = kmalloc(((SG_ENTRIES_IN_CMD + 1) * in hpsa_put_ctlr_into_performant_mode()
9182 if (!h->blockFetchTable) { in hpsa_put_ctlr_into_performant_mode()
9193 kfree(h->blockFetchTable); in hpsa_put_ctlr_into_performant_mode()
9194 h->blockFetchTable = NULL; in hpsa_put_ctlr_into_performant_mode()