Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/api/dmx/
H A DapiDMX_v2.c3772 DMX_FLOW_DSCMBENG_PARAM stDmxDscmbEng; in MApi_DMX_Flow_DscmbEng() local
3774 stDmxDscmbEng.eTsif = eTsIf; in MApi_DMX_Flow_DscmbEng()
3775 stDmxDscmbEng.bSet = bSet; in MApi_DMX_Flow_DscmbEng()
3776 stDmxDscmbEng.u32Res = 0; in MApi_DMX_Flow_DscmbEng()
3779 stDmxDscmbEng.u32DscmbEng = *pu32EngId; in MApi_DMX_Flow_DscmbEng()
3789 …if (UtopiaIoctl(_pInstantDmx, MApi_CMD_DMX_FlowDscmbEng,(void*)&stDmxDscmbEng) != UTOPIA_STATUS_SU… in MApi_DMX_Flow_DscmbEng()
3797 *pu32EngId = stDmxDscmbEng.u32DscmbEng; in MApi_DMX_Flow_DscmbEng()
3800 if(stDmxDscmbEng.u32Res != (MS_U32)DMX_FILTER_STATUS_OK) in MApi_DMX_Flow_DscmbEng()