Home
last modified time | relevance | path

Searched refs:pMap (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb/
H A DdrvDSCMB.c203 stDscmbTspMap* pMap; in _MDrv_DSCMB_Init() local
252 pMap = &DscmbTspMap[eng][i]; in _MDrv_DSCMB_Init()
253 pMap->u32DscmbId = U32_MAX; in _MDrv_DSCMB_Init()
256 pMap->u32PidFltId[j] = U32_MAX; in _MDrv_DSCMB_Init()
258 pMap->u32SlotIdClear = pMap->u32SlotIdEven = pMap->u32SlotIdOdd = U32_MAX; in _MDrv_DSCMB_Init()
259 pMap->bUsed = FALSE; in _MDrv_DSCMB_Init()
260 pMap->bDscmb = TRUE; in _MDrv_DSCMB_Init()
261 pMap->SlotType = E_SLOT_TYPE_NORMAL; in _MDrv_DSCMB_Init()
582 stDscmbTspMap* pMap; in _MDrv_DSCMB2_FltAlloc_Ex() local
614 pMap = &DscmbTspMap[u32EngId][i]; in _MDrv_DSCMB2_FltAlloc_Ex()
[all …]
H A Ddscmb.c141 stDscmbTspMap* pMap; in DSCMBMdbIoctl() local
172 pMap = &DscmbTspMap[u32Eng][u32DscmbId]; in DSCMBMdbIoctl()
173 if(pMap->bUsed == FALSE) in DSCMBMdbIoctl()
179 for(u32Cnt = 0; u32Cnt < pMap->u32PidFltIdNum; u32Cnt++) in DSCMBMdbIoctl()
181 MdbPrint(paraGetInfo->u64ReqHdl,"%d, ", pMap->u32PidFltId[u32Cnt]); in DSCMBMdbIoctl()
/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DdrvDSCMB.c317 stDscmbTspMap* pMap = NULL; in _DumpMapInfo() local
319 pMap = &DscmbTspMap[0][idx]; in _DumpMapInfo()
321 DRVDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "Used: %d\n", pMap->bUsed); in _DumpMapInfo()
322 DRVDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "Even Idx: %u\n", pMap->u32SlotIdEven); in _DumpMapInfo()
323 DRVDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "Odd Idx: %u\n", pMap->u32SlotIdOdd); in _DumpMapInfo()
324 DRVDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "Clear Idx: %u\n", pMap->u32SlotIdClear); in _DumpMapInfo()
325 DRVDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "RIV Idx: %u\n", pMap->u32RIVIdx); in _DumpMapInfo()
326 DRVDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "PidFlt #: %u\n", pMap->u32PidFltIdNum); in _DumpMapInfo()
327 DRVDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "Dscmb: %d\n", pMap->bDscmb); in _DumpMapInfo()
328 …DRVDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, " %s\n", pMap->eFltType == E_DSCMB_FLT_2_KEYS ?"2 Keys":"3 Keys… in _DumpMapInfo()
[all …]