Lines Matching refs:hrt
992 pHba->hrt = NULL; in adpt_install_hba()
1068 if(pHba->hrt) { in adpt_i2o_delete_hba()
1070 pHba->hrt->num_entries * pHba->hrt->entry_len << 2, in adpt_i2o_delete_hba()
1071 pHba->hrt, pHba->hrt_pa); in adpt_i2o_delete_hba()
3229 if (pHba->hrt == NULL) { in adpt_i2o_hrt_get()
3230 pHba->hrt = dma_alloc_coherent(&pHba->pDev->dev, in adpt_i2o_hrt_get()
3232 if (pHba->hrt == NULL) { in adpt_i2o_hrt_get()
3250 if (pHba->hrt->num_entries * pHba->hrt->entry_len << 2 > size) { in adpt_i2o_hrt_get()
3251 int newsize = pHba->hrt->num_entries * pHba->hrt->entry_len << 2; in adpt_i2o_hrt_get()
3253 pHba->hrt, pHba->hrt_pa); in adpt_i2o_hrt_get()
3255 pHba->hrt = NULL; in adpt_i2o_hrt_get()
3257 } while(pHba->hrt == NULL); in adpt_i2o_hrt_get()