Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dcciss.h157 u32 *blockFetchTable; member
Dcciss.c251 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1); in set_performant_mode()
3976 h->blockFetchTable); in cciss_enter_performant_mode()
4037 h->blockFetchTable = kmalloc(((h->maxsgentries+1) * in cciss_put_controller_into_performant_mode()
4040 if ((h->reply_pool == NULL) || (h->blockFetchTable == NULL)) in cciss_put_controller_into_performant_mode()
4052 kfree(h->blockFetchTable); in cciss_put_controller_into_performant_mode()
4938 kfree(h->blockFetchTable); in cciss_undo_allocations_after_kdump_soft_reset()
5307 kfree(h->blockFetchTable); in cciss_remove_one()
/linux-4.1.27/drivers/scsi/
Dhpsa.h194 u32 *blockFetchTable; member
Dhpsa.c753 c->busaddr |= 1 | (h->blockFetchTable[c->Header.SGList] << 1); in set_performant_mode()
6602 kfree(h->blockFetchTable); in hpsa_undo_allocations_after_kdump_soft_reset()
7126 kfree(h->blockFetchTable); in hpsa_remove_one()
7251 SG_ENTRIES_IN_CMD, 4, h->blockFetchTable); in hpsa_enter_performant_mode()
7495 h->blockFetchTable = kmalloc(((SG_ENTRIES_IN_CMD + 1) * in hpsa_put_ctlr_into_performant_mode()
7497 if (!h->blockFetchTable) in hpsa_put_ctlr_into_performant_mode()
7505 kfree(h->blockFetchTable); in hpsa_put_ctlr_into_performant_mode()