Searched refs:reply_pool (Results 1 – 2 of 2) sorted by relevance
1084 if(pHba->reply_pool) { in adpt_i2o_delete_hba()1087 pHba->reply_pool, pHba->reply_pool_pa); in adpt_i2o_delete_hba()2116 reply = (u8 *)pHba->reply_pool + in adpt_isr()2847 if(pHba->reply_pool != NULL) { in adpt_i2o_init_outbound_q()2850 pHba->reply_pool, pHba->reply_pool_pa); in adpt_i2o_init_outbound_q()2853 pHba->reply_pool = dma_alloc_coherent(&pHba->pDev->dev, in adpt_i2o_init_outbound_q()2856 if (!pHba->reply_pool) { in adpt_i2o_init_outbound_q()2860 memset(pHba->reply_pool, 0 , pHba->reply_fifo_size * REPLY_FRAME_SIZE * 4); in adpt_i2o_init_outbound_q()
225 u32* reply_pool; member