Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dcciss.h152 u64 *reply_pool; member
352 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()
Dcciss.c3500 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) { in next_command()
3501 h->reply_pool_head = h->reply_pool; in next_command()
3971 memset(h->reply_pool, 0, h->max_commands * sizeof(__u64)); in cciss_enter_performant_mode()
3972 h->reply_pool_head = h->reply_pool; in cciss_enter_performant_mode()
4032 h->reply_pool = (__u64 *)pci_alloc_consistent( in cciss_put_controller_into_performant_mode()
4040 if ((h->reply_pool == NULL) || (h->blockFetchTable == NULL)) in cciss_put_controller_into_performant_mode()
4053 if (h->reply_pool) in cciss_put_controller_into_performant_mode()
4056 h->reply_pool, in cciss_put_controller_into_performant_mode()
4939 if (h->reply_pool) in cciss_undo_allocations_after_kdump_soft_reset()
4941 h->reply_pool, h->reply_pool_dhandle); in cciss_undo_allocations_after_kdump_soft_reset()
[all …]
/linux-4.1.27/drivers/scsi/
Ddpt_i2o.c1128 if(pHba->reply_pool) { in adpt_i2o_delete_hba()
1131 pHba->reply_pool, pHba->reply_pool_pa); in adpt_i2o_delete_hba()
2150 reply = (u8 *)pHba->reply_pool + in adpt_isr()
2880 if(pHba->reply_pool != NULL) { in adpt_i2o_init_outbound_q()
2883 pHba->reply_pool, pHba->reply_pool_pa); in adpt_i2o_init_outbound_q()
2886 pHba->reply_pool = dma_alloc_coherent(&pHba->pDev->dev, in adpt_i2o_init_outbound_q()
2889 if (!pHba->reply_pool) { in adpt_i2o_init_outbound_q()
2893 memset(pHba->reply_pool, 0 , pHba->reply_fifo_size * REPLY_FRAME_SIZE * 4); in adpt_i2o_init_outbound_q()
Ddpti.h229 u32* reply_pool; member