Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dscmb/drv/nds/
H A Dnds_flt.c338 TSP_FltState eTspState; in _EMM_AllocFilter() local
340 eTspRet = MDrv_TSP_FLT_GetState(_EmmFlt.flt_id, &eTspState); in _EMM_AllocFilter()
341 if (eTspRet == E_TSP_OK && eTspState != E_TSP_FLT_STATE_FREE) in _EMM_AllocFilter()
437 TSP_FltState eTspState; in _ECM_AllocFilter() local
439 eTspRet = MDrv_TSP_FLT_GetState(_EcmFlt[ecm_filter_num].flt_id, &eTspState); in _ECM_AllocFilter()
440 if (eTspState != E_TSP_FLT_STATE_FREE && eTspRet == E_TSP_OK) in _ECM_AllocFilter()