Searched refs:reply_pool (Results 1 – 4 of 4) sorted by relevance
152 u64 *reply_pool; member352 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) { in SA5_performant_completed()353 h->reply_pool_head = h->reply_pool; in SA5_performant_completed()
3516 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) { in next_command()3517 h->reply_pool_head = h->reply_pool; in next_command()3987 memset(h->reply_pool, 0, h->max_commands * sizeof(__u64)); in cciss_enter_performant_mode()3988 h->reply_pool_head = h->reply_pool; in cciss_enter_performant_mode()4048 h->reply_pool = (__u64 *)pci_alloc_consistent( in cciss_put_controller_into_performant_mode()4056 if ((h->reply_pool == NULL) || (h->blockFetchTable == NULL)) in cciss_put_controller_into_performant_mode()4069 if (h->reply_pool) in cciss_put_controller_into_performant_mode()4072 h->reply_pool, in cciss_put_controller_into_performant_mode()4954 if (h->reply_pool) in cciss_undo_allocations_after_kdump_soft_reset()4956 h->reply_pool, h->reply_pool_dhandle); in cciss_undo_allocations_after_kdump_soft_reset()[all …]
1128 if(pHba->reply_pool) { in adpt_i2o_delete_hba()1131 pHba->reply_pool, pHba->reply_pool_pa); in adpt_i2o_delete_hba()2153 reply = (u8 *)pHba->reply_pool + in adpt_isr()2883 if(pHba->reply_pool != NULL) { in adpt_i2o_init_outbound_q()2886 pHba->reply_pool, pHba->reply_pool_pa); in adpt_i2o_init_outbound_q()2889 pHba->reply_pool = dma_alloc_coherent(&pHba->pDev->dev, in adpt_i2o_init_outbound_q()2892 if (!pHba->reply_pool) { in adpt_i2o_init_outbound_q()2896 memset(pHba->reply_pool, 0 , pHba->reply_fifo_size * REPLY_FRAME_SIZE * 4); in adpt_i2o_init_outbound_q()
229 u32* reply_pool; member