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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhpsa.h120 u64 *reply_pool; member in struct:ctlr_info
270 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) {
271 h->reply_pool_head = h->reply_pool;
H A Ddpti.h230 u32* reply_pool; member in struct:_adpt_hba
H A Dhpsa.c323 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) {
324 h->reply_pool_head = h->reply_pool;
3938 h->reply_pool, h->reply_pool_dhandle);
4042 memset(h->reply_pool, 0, h->reply_pool_size);
4043 h->reply_pool_head = h->reply_pool;
4081 h->reply_pool = pci_alloc_consistent(h->pdev, h->reply_pool_size,
4088 if ((h->reply_pool == NULL)
4101 if (h->reply_pool)
4103 h->reply_pool, h->reply_pool_dhandle);
H A Ddpt_i2o.c1216 if(pHba->reply_pool) {
1219 pHba->reply_pool, pHba->reply_pool_pa);
2236 reply = (u8 *)pHba->reply_pool +
2965 if(pHba->reply_pool != NULL) {
2968 pHba->reply_pool, pHba->reply_pool_pa);
2971 pHba->reply_pool = dma_alloc_coherent(&pHba->pDev->dev,
2974 if (!pHba->reply_pool) {
2978 memset(pHba->reply_pool, 0 , pHba->reply_fifo_size * REPLY_FRAME_SIZE * 4);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dcciss.h151 u64 *reply_pool; member in struct:ctlr_info
339 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) {
340 h->reply_pool_head = h->reply_pool;
H A Dcciss.c3419 if (h->reply_pool_head == (h->reply_pool + h->max_commands)) {
3420 h->reply_pool_head = h->reply_pool;
3836 memset(h->reply_pool, 0, h->max_commands * sizeof(__u64));
3837 h->reply_pool_head = h->reply_pool;
3894 h->reply_pool = (__u64 *)pci_alloc_consistent(
3902 if ((h->reply_pool == NULL) || (h->blockFetchTable == NULL))
3914 if (h->reply_pool)
3917 h->reply_pool,

Completed in 113 milliseconds