Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/drv/tsp4/
H A DdrvTSP2.c272 …if((_ptsp_res->_bIsTspPathEverAlloc == TRUE) && (_ptsp_res->_stTspPathState[PhyTspPath].bUsed == F…
440 DrvTSP_Path_State _stTspPathState[TSP_TSIF_NUM]; member
516 ._stTspPathState = {[0 ... (TSP_TSIF_NUM-1)] = {FALSE}},
709 presource->_stTspPathState[u32ii].bUsed = FALSE; in _TSP_InitResource()
1314 if(_ptsp_res->_stTspPathState[u32PhyTspPath].bUsed == FALSE) in _TSP_Path_Alloc()
1316 _ptsp_res->_stTspPathState[u32PhyTspPath].bUsed = TRUE; in _TSP_Path_Alloc()
1335 if(_ptsp_res->_stTspPathState[u32PhyTspPath].bUsed == FALSE) in _TSP_Path_Free()
1338 _ptsp_res->_stTspPathState[u32PhyTspPath].bUsed = FALSE; in _TSP_Path_Free()