Searched refs:_DSCMB_SlotFree (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/ |
| H A D | drvDSCMB.c | 240 MS_BOOL _DSCMB_SlotFree(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, MS_U32 u32SlotI… in _DSCMB_SlotFree() function 738 _DSCMB_SlotFree(u32EngId, i , E_DSCMB_KEY_CLEAR ,pMap->u32SlotIdClear); in _MDrv_DSCMB2_FltAllocWithCAVid() 743 _DSCMB_SlotFree(u32EngId, i , E_DSCMB_KEY_ODD ,pMap->u32SlotIdOdd); in _MDrv_DSCMB2_FltAllocWithCAVid() 748 _DSCMB_SlotFree(u32EngId, i , E_DSCMB_KEY_EVEN ,pMap->u32SlotIdEven); in _MDrv_DSCMB2_FltAllocWithCAVid() 864 _DSCMB_SlotFree(u32EngId, u32DscmbId , E_DSCMB_KEY_CLEAR ,pMap->u32SlotIdClear); in _MDrv_DSCMB2_FltFree() 869 _DSCMB_SlotFree(u32EngId, u32DscmbId , E_DSCMB_KEY_ODD ,pMap->u32SlotIdOdd); in _MDrv_DSCMB2_FltFree() 874 _DSCMB_SlotFree(u32EngId, u32DscmbId , E_DSCMB_KEY_EVEN ,pMap->u32SlotIdEven); in _MDrv_DSCMB2_FltFree() 1148 _DSCMB_SlotFree(u32EngId, u32DscmbId , E_DSCMB_KEY_CLEAR ,pMap->u32SlotIdClear); in _MDrv_DSCMB2_FltSwitchType() 1154 _DSCMB_SlotFree(u32EngId, u32DscmbId , E_DSCMB_KEY_ODD ,pMap->u32SlotIdOdd); in _MDrv_DSCMB2_FltSwitchType() 1162 _DSCMB_SlotFree(u32EngId, u32DscmbId , E_DSCMB_KEY_ODD ,pMap->u32SlotIdOdd); in _MDrv_DSCMB2_FltSwitchType() [all …]
|
| /utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb/ |
| H A D | drvDSCMB.c | 180 MS_BOOL _DSCMB_SlotFree(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type KeyType, MS_U32 u32SlotI… in _DSCMB_SlotFree() function 755 … if (FALSE == _DSCMB_SlotFree(u32EngId, pMap->u32DscmbId, E_DSCMB_KEY_CLEAR, pMap->u32SlotIdClear)) in _MDrv_DSCMB2_FltFree() 761 if (FALSE == _DSCMB_SlotFree(u32EngId, pMap->u32DscmbId, E_DSCMB_KEY_EVEN, pMap->u32SlotIdEven)) in _MDrv_DSCMB2_FltFree() 765 if (FALSE == _DSCMB_SlotFree(u32EngId, pMap->u32DscmbId, E_DSCMB_KEY_ODD, pMap->u32SlotIdOdd)) in _MDrv_DSCMB2_FltFree()
|