Searched refs:_hsl (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/hsl/api/hsl/ |
| H A D | frhsl_ringbuffer.c | 187 stListNode* listFindNextFreeNode( stHslController *_hsl ) in listFindNextFreeNode() argument 190 if( _hsl != 0) in listFindNextFreeNode() 193 if( _hsl->pendingWriteHead == 0 ) in listFindNextFreeNode() 195 retVal = &(_hsl->pendingWriteList[0]); in listFindNextFreeNode() 199 …for( i=0; (i<PENDING_WRITE_LIST_LEN) && (_hsl->pendingWriteList[i].u32bufferIndex || _hsl->pending… in listFindNextFreeNode() 200 retVal = &(_hsl->pendingWriteList[i]); in listFindNextFreeNode() 206 stListNode* listAppendValue(stHslController *_hsl, MS_U32 newValue) in listAppendValue() argument 210 if(_hsl!=0) in listAppendValue() 212 pthread_mutex_lock( &(_hsl->pendingWriteMutex) ); in listAppendValue() 214 currentNode = listFindNextFreeNode(_hsl); in listAppendValue() [all …]
|
| H A D | frhsl_autotest.c | 141 static void CmdRecvStart(p_HslController _hsl); 159 void CmdSend(stHslController* const _hsl, const void *message, int length) in CmdSend() argument 161 send(_hsl->hClientSocket,message,length,0); in CmdSend() 164 MS_BOOL SendMessage(p_HslController _hsl, void *a_pBody, int a_bodySize) in SendMessage() argument 173 return FrHslCommand(_hsl, &rb_cmd); in SendMessage() 176 MS_BOOL RespCardStatus(p_HslController _hsl, MS_U8 *a_buffer) in RespCardStatus() argument 200 if( FrHslCommand(_hsl, &rb_cmd) ) in RespCardStatus() 209 if( FrHslCommand(_hsl, &rb_cmd) ) in RespCardStatus() 240 bRetn &= SendMessage(_hsl, a_buffer, LINK_HEADER_SIZE+LINK_DATA_RESPONSE_CARD_STATUS); in RespCardStatus() 248 MS_BOOL RespHslData(p_HslController _hsl, MS_U8 *a_buffer) in RespHslData() argument [all …]
|
| H A D | frhsl_ringbuffer.h | 204 MS_BOOL bufferInitialize(stHslController* const _hsl, const MS_PHYADDR physAddr, const MS_U32 size); 205 MS_BOOL bufferFinalize(stHslController* const _hsl); 206 MS_BOOL bufferAllocateWrite(stHslController* const _hsl, const MS_U32 dataSize, stListNode** const … 207 MS_BOOL bufferDumpOldestDataSegment(stHslController* const _hsl); 208 void bufferAcknowledgeWrite(stHslController* const _hsl, stListNode* const s_dataInfo); 209 MS_BOOL bufferProcessCommand(stHslController* const _hsl, CmdInfo* const pCmd);
|
| H A D | frhsl_autotest.h | 116 MS_BOOL FrHsl_AutoTest_Init(stHslController* const _hsl); 117 void FrHsl_AutoTest_End(stHslController* const _hsl); 119 void CmdSend(stHslController* const _hsl, const void *message, int length);
|
| H A D | apiHSL.c | 258 void M_FrHslNArgumentsMsg(MS_U32 u32Header, p_HslController _hsl, MS_U16 N, ...) in M_FrHslNArgumentsMsg() argument 283 …M_FrHslAllocateBufferSpace(u8Buffer, _hsl, HSL_RAWLOB_LENGTH_OF_VL_MSG(HSL_RAWLOB_NUMBER_OF_PACKET… in M_FrHslNArgumentsMsg() 300 M_FrHslFinalizeBufferWrite(_hsl, s_dataInfo); in M_FrHslNArgumentsMsg() 930 MS_BOOL FrHslCommand(p_HslController _hsl, CmdInfo* const pCmd) in FrHslCommand() argument 932 CHECK_INIT(_hsl, FALSE); in FrHslCommand() 934 return bufferProcessCommand(_hsl, pCmd); in FrHslCommand()
|
| H A D | frhsl_cfg.c | 115 void FrHslResetConnection(stHslController* const _hsl) in FrHslResetConnection() argument 122 bufferProcessCommand(_hsl, &cmdinfo); in FrHslResetConnection()
|
| H A D | frhsl_cfg.h | 288 void FrHslResetConnection(stHslController* const _hsl); 294 MS_BOOL FrHslCommand(p_HslController _hsl, CmdInfo* const pCmd);
|