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()
3288 if (pHba->hrt == NULL) { in adpt_i2o_hrt_get()
3289 pHba->hrt = dma_alloc_coherent(&pHba->pDev->dev, in adpt_i2o_hrt_get()
3291 if (pHba->hrt == NULL) { in adpt_i2o_hrt_get()
3309 if (pHba->hrt->num_entries * pHba->hrt->entry_len << 2 > size) { in adpt_i2o_hrt_get()
3310 int newsize = pHba->hrt->num_entries * pHba->hrt->entry_len << 2; in adpt_i2o_hrt_get()
3312 pHba->hrt, pHba->hrt_pa); in adpt_i2o_hrt_get()
3314 pHba->hrt = NULL; in adpt_i2o_hrt_get()
3316 } while(pHba->hrt == NULL); in adpt_i2o_hrt_get()