Searched refs:reply_pool (Results 1 – 2 of 2) sorted by relevance
1129 if(pHba->reply_pool) { in adpt_i2o_delete_hba()1132 pHba->reply_pool, pHba->reply_pool_pa); in adpt_i2o_delete_hba()2161 reply = (u8 *)pHba->reply_pool + in adpt_isr()2887 if(pHba->reply_pool != NULL) { in adpt_i2o_init_outbound_q()2890 pHba->reply_pool, pHba->reply_pool_pa); in adpt_i2o_init_outbound_q()2893 pHba->reply_pool = dma_alloc_coherent(&pHba->pDev->dev, in adpt_i2o_init_outbound_q()2896 if (!pHba->reply_pool) { in adpt_i2o_init_outbound_q()2900 memset(pHba->reply_pool, 0 , pHba->reply_fifo_size * REPLY_FRAME_SIZE * 4); in adpt_i2o_init_outbound_q()
228 u32* reply_pool; member