Searched refs:reply_pool (Results 1 - 6 of 6) sorted by relevance

/drivers/block/
H A Dcciss.h152 u64 *reply_pool; member in struct:ctlr_info
352 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) {
353 h->reply_pool_head = h->reply_pool;
H A Dcciss.c3499 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) {
3500 h->reply_pool_head = h->reply_pool;
3971 memset(h->reply_pool, 0, h->max_commands * sizeof(__u64));
3972 h->reply_pool_head = h->reply_pool;
4032 h->reply_pool = (__u64 *)pci_alloc_consistent(
4040 if ((h->reply_pool == NULL) || (h->blockFetchTable == NULL))
4053 if (h->reply_pool)
4056 h->reply_pool,
4939 if (h->reply_pool)
4941 h->reply_pool,
[all...]
/drivers/scsi/
H A Dhpsa.h116 u64 *reply_pool; member in struct:ctlr_info
282 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) {
283 h->reply_pool_head = h->reply_pool;
H A Ddpti.h230 u32* reply_pool; member in struct:_adpt_hba
H A Dhpsa.c534 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) {
535 h->reply_pool_head = h->reply_pool;
4137 h->reply_pool, h->reply_pool_dhandle);
4528 h->reply_pool, h->reply_pool_dhandle);
4633 memset(h->reply_pool, 0, h->reply_pool_size);
4634 h->reply_pool_head = h->reply_pool;
4678 h->reply_pool = pci_alloc_consistent(h->pdev, h->reply_pool_size,
4685 if ((h->reply_pool == NULL)
4695 if (h->reply_pool)
4697 h->reply_pool,
[all...]
H A Ddpt_i2o.c1219 if(pHba->reply_pool) {
1222 pHba->reply_pool, pHba->reply_pool_pa);
2239 reply = (u8 *)pHba->reply_pool +
2968 if(pHba->reply_pool != NULL) {
2971 pHba->reply_pool, pHba->reply_pool_pa);
2974 pHba->reply_pool = dma_alloc_coherent(&pHba->pDev->dev,
2977 if (!pHba->reply_pool) {
2981 memset(pHba->reply_pool, 0 , pHba->reply_fifo_size * REPLY_FRAME_SIZE * 4);

Completed in 130 milliseconds