Lines Matching refs:hrt
1120 pHba->hrt = NULL; in adpt_install_hba()
1198 if(pHba->hrt) { in adpt_i2o_delete_hba()
1200 pHba->hrt->num_entries * pHba->hrt->entry_len << 2, in adpt_i2o_delete_hba()
1201 pHba->hrt, pHba->hrt_pa); in adpt_i2o_delete_hba()
3344 if (pHba->hrt == NULL) { in adpt_i2o_hrt_get()
3345 pHba->hrt = dma_alloc_coherent(&pHba->pDev->dev, in adpt_i2o_hrt_get()
3347 if (pHba->hrt == NULL) { in adpt_i2o_hrt_get()
3365 if (pHba->hrt->num_entries * pHba->hrt->entry_len << 2 > size) { in adpt_i2o_hrt_get()
3366 int newsize = pHba->hrt->num_entries * pHba->hrt->entry_len << 2; in adpt_i2o_hrt_get()
3368 pHba->hrt, pHba->hrt_pa); in adpt_i2o_hrt_get()
3370 pHba->hrt = NULL; in adpt_i2o_hrt_get()
3372 } while(pHba->hrt == NULL); in adpt_i2o_hrt_get()