Searched refs:p_thread_table (Results 1 – 2 of 2) sorted by relevance
94 TL_RefTable.p_thread_table = &TL_ThreadTable; in TL_Init()256 MB_ThreadTable_t * p_thread_table; in TL_THREAD_Init() local258 p_thread_table = TL_RefTable.p_thread_table; in TL_THREAD_Init()260 p_thread_table->clicmdrsp_buffer = p_Config->p_ThreadCliRspBuffer; in TL_THREAD_Init()261 p_thread_table->otcmdrsp_buffer = p_Config->p_ThreadOtCmdRspBuffer; in TL_THREAD_Init()262 p_thread_table->notack_buffer = p_Config->p_ThreadNotAckBuffer; in TL_THREAD_Init()263 p_thread_table->clinot_buffer = p_Config->p_ThreadCliNotBuffer; in TL_THREAD_Init()272 …((TL_CmdPacket_t *)(TL_RefTable.p_thread_table->otcmdrsp_buffer))->cmdserial.type = TL_OTCMD_PKT_T… in TL_OT_SendCmd()281 …((TL_CmdPacket_t *)(TL_RefTable.p_thread_table->clicmdrsp_buffer))->cmdserial.type = TL_CLICMD_PKT… in TL_CLI_SendCmd()290 …((TL_CmdPacket_t *)(TL_RefTable.p_thread_table->notack_buffer))->cmdserial.type = TL_OTACK_PKT_TYP… in TL_THREAD_SendAck()[all …]
153 MB_ThreadTable_t *p_thread_table; member