Lines Matching refs:hrt
1037 pHba->hrt = NULL; in adpt_install_hba()
1115 if(pHba->hrt) { in adpt_i2o_delete_hba()
1117 pHba->hrt->num_entries * pHba->hrt->entry_len << 2, in adpt_i2o_delete_hba()
1118 pHba->hrt, pHba->hrt_pa); in adpt_i2o_delete_hba()
3291 if (pHba->hrt == NULL) { in adpt_i2o_hrt_get()
3292 pHba->hrt = dma_alloc_coherent(&pHba->pDev->dev, in adpt_i2o_hrt_get()
3294 if (pHba->hrt == NULL) { in adpt_i2o_hrt_get()
3312 if (pHba->hrt->num_entries * pHba->hrt->entry_len << 2 > size) { in adpt_i2o_hrt_get()
3313 int newsize = pHba->hrt->num_entries * pHba->hrt->entry_len << 2; in adpt_i2o_hrt_get()
3315 pHba->hrt, pHba->hrt_pa); in adpt_i2o_hrt_get()
3317 pHba->hrt = NULL; in adpt_i2o_hrt_get()
3319 } while(pHba->hrt == NULL); in adpt_i2o_hrt_get()