Lines Matching refs:hrt
214 // Activate does get status , init outbound, and get hrt
742 // Activate does get status , init outbound, and get hrt
947 pHba->hrt = NULL;
1023 if(pHba->hrt) {
1025 pHba->hrt->num_entries * pHba->hrt->entry_len << 2,
1026 pHba->hrt, pHba->hrt_pa);
1441 // TODO get the bus_no from hrt-but for now they are in order
1453 // TODO remove - this is just until we get from hrt
2971 if (pHba->hrt == NULL) {
2972 pHba->hrt = dma_alloc_coherent(&pHba->pDev->dev,
2974 if (pHba->hrt == NULL) {
2992 if (pHba->hrt->num_entries * pHba->hrt->entry_len << 2 > size) {
2993 int newsize = pHba->hrt->num_entries * pHba->hrt->entry_len << 2;
2995 pHba->hrt, pHba->hrt_pa);
2997 pHba->hrt = NULL;
2999 } while(pHba->hrt == NULL);