Home
last modified time | relevance | path

Searched refs:DscmbTspMap (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb/
H A DdrvDSCMB.c142 extern stDscmbTspMap (*DscmbTspMap)[MAX_NUM];
145 stDscmbTspMap DscmbTspMap[ENG_NUM][MAX_NUM]; variable
249 memset((void*)&DscmbTspMap[eng], 0, sizeof(stDscmbTspMap)); in _MDrv_DSCMB_Init()
252 pMap = &DscmbTspMap[eng][i]; in _MDrv_DSCMB_Init()
587 …if((eFltType == E_DSCMB_FLT_2_KEYS_SHARE) && (DscmbTspMap[u32EngId][DSCMB_SHARE_SLOT_REV_IDX].bUse… in _MDrv_DSCMB2_FltAlloc_Ex()
589 return DscmbTspMap[u32EngId][DSCMB_SHARE_SLOT_REV_IDX].u32DscmbId; in _MDrv_DSCMB2_FltAlloc_Ex()
612 if (DscmbTspMap[u32EngId][i].bUsed == FALSE) in _MDrv_DSCMB2_FltAlloc_Ex()
614 pMap = &DscmbTspMap[u32EngId][i]; in _MDrv_DSCMB2_FltAlloc_Ex()
644 return DscmbTspMap[u32EngId][i].u32DscmbId; in _MDrv_DSCMB2_FltAlloc_Ex()
689 DSCMB_ASSERT_AND_RETURN(TRUE == DscmbTspMap[u32EngId][u32DscmbId].bUsed); in _MDrv_DSCMB2_FltFree()
[all …]
H A Ddscmb.c69 stDscmbTspMap (*DscmbTspMap)[MAX_NUM]; variable
158 DscmbTspMap = pstResPri->DscmbTspMap; in DSCMBMdbIoctl()
172 pMap = &DscmbTspMap[u32Eng][u32DscmbId]; in DSCMBMdbIoctl()
248 DscmbTspMap = pstResPri->DscmbTspMap; in DSCMBIoctl()
H A Ddscmb_private.h34 stDscmbTspMap DscmbTspMap[ENG_NUM][MAX_NUM]; member
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DdrvDSCMB.c178 extern stDscmbTspMap (*DscmbTspMap)[HAL_DSCMB_KTE_MAX];
182 static stDscmbTspMap DscmbTspMap[HAL_DSCMB_ENG_NUM][HAL_DSCMB_KTE_MAX]; variable
319 pMap = &DscmbTspMap[0][idx]; in _DumpMapInfo()
499 memset(DscmbTspMap , 0x0, sizeof(stDscmbTspMap)*HAL_DSCMB_ENG_NUM*HAL_DSCMB_KTE_MAX); in _MDrv_DSCMB2_InitBySWFlag()
506 DscmbTspMap[j][0].bUsed = TRUE;//0 will not be used forever in _MDrv_DSCMB2_InitBySWFlag()
510 DscmbTspMap[j][i].u32SlotIdOdd = DRV_DSCMB_FLT_NULL; in _MDrv_DSCMB2_InitBySWFlag()
511 DscmbTspMap[j][i].u32SlotIdEven = DRV_DSCMB_FLT_NULL; in _MDrv_DSCMB2_InitBySWFlag()
512 DscmbTspMap[j][i].u32SlotIdClear = DRV_DSCMB_FLT_NULL; in _MDrv_DSCMB2_InitBySWFlag()
513 DscmbTspMap[j][i].u32CAVid = u32CAVid; in _MDrv_DSCMB2_InitBySWFlag()
514 DscmbTspMap[j][i].u32RIVIdx = HAL_DSCMB_RIV_MAX; in _MDrv_DSCMB2_InitBySWFlag()
[all …]
H A DmdrvDSCMB.c147 stDscmbTspMap (*DscmbTspMap)[HAL_DSCMB_KTE_MAX]; variable
257 DscmbTspMap = pstResPri->DscmbTspMap; in DSCMBIoctl()
H A DdrvDSCMB_private.h39 stDscmbTspMap DscmbTspMap[HAL_DSCMB_ENG_NUM][HAL_DSCMB_KTE_MAX]; member