Searched refs:blockFetchTable (Results 1 – 4 of 4) sorted by relevance
157 u32 *blockFetchTable; member
249 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()
228 u32 *blockFetchTable; member
975 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()