Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c3728 int start_id, end_id, i; in MDrv_TSP_FLT_Alloc_Common() local
3744 end_id = _tspFltIdMap.u32PcrFltId_End; in MDrv_TSP_FLT_Alloc_Common()
3752 end_id = _tspFltIdMap.u32SecFltId_End; in MDrv_TSP_FLT_Alloc_Common()
3756 end_id = _tspFltIdMap.u32PidFltId_End; in MDrv_TSP_FLT_Alloc_Common()
3773 for (i = start_id; i < end_id; i++) // check which filter is free in MDrv_TSP_FLT_Alloc_Common()
3792 if (i >= end_id) in MDrv_TSP_FLT_Alloc_Common()
3818 for (i = end_id - 1; i >= start_id; i--) // check which filter is free, allocate from back in MDrv_TSP_FLT_Alloc_Common()