Home | History | Annotate | Download | only in hw_ctrl

Lines Matching refs:hWhalBus

98     pHwCtrl->hWhalBus       = whalBus_Create(hOs);
100 if ( (!pHwCtrl->pHwMboxCmd) || (!pHwCtrl->pHwMboxConfig) || (!pHwCtrl->hWhalBus) )
129 whalBus_Destroy(pHwCtrl->hWhalBus);
150 return whalBus_GetTnentwifHandle (pHwCtrl->hWhalBus);
317 /* use FwEvent ... whalBus_hwIntr_Disable(pHwCtrl->hWhalBus, HAL_ALL_INTERRUPTS); */
694 return whalBus_Config (pHwCtrl->hWhalBus,
1984 if ((status = whalBus_FwCtrl_Boot (pHwCtrl->hWhalBus, (TI_HANDLE)pHwCtrl, &BootAttr)) == TNETWIF_ERROR)
2016 whalBus_FwCtrl_Halt(pHwCtrl->hWhalBus);
2033 return pHwCtrl->hWhalBus;