Searched refs:msgDesc (Results 1 – 2 of 2) sorted by relevance
256 if (CurrentHwIdx > (state->msgDesc[mb_idx].lastHwIdex)) in Canexcel_Ip_MainFunction()258 … state->msgDesc[mb_idx].noPointers = CurrentHwIdx - (state->msgDesc[mb_idx].lastHwIdex); in Canexcel_Ip_MainFunction()262 …state->msgDesc[mb_idx].noPointers = queue_depth - (state->msgDesc[mb_idx].lastHwIdex) + CurrentHwI… in Canexcel_Ip_MainFunction()283 state->msgDesc[mb_idx].lastHwIdex = CurrentHwIdx; in Canexcel_Ip_MainFunction()531 …CANEXCEL.EXL_MSGD[instance]->MSGDSC[u8MdCnt].LSTPNT.TXLSTPTR = (uint32)&pState->msgDesc[u8MdCnt].l… in Canexcel_Ip_Init()536 …CANEXCEL.EXL_MSGD[instance]->MSGDSC[u8MdCnt].LSTPNT.RXLSTPTR = (uint32)&pState->msgDesc[u8MdCnt].l… in Canexcel_Ip_Init()554 Canexcel_Ip_apxState[instance]->msgDesc[u8MdCnt].lastHwIdex = 0U; in Canexcel_Ip_Init()555 Canexcel_Ip_apxState[instance]->msgDesc[u8MdCnt].noPointers = 0U; in Canexcel_Ip_Init()558 Canexcel_Ip_apxState[instance]->msgDesc[u8MdCnt].isPending[u8MbCnt] = FALSE; in Canexcel_Ip_Init()647 state->msgDesc[descNo].isXLFrame = TRUE; in Canexcel_Ip_ConfigRx()[all …]
379 Canexcel_Ip_MDhandleType msgDesc[CANXL_MSG_DESCRIPTORS_MSGDSC_COUNT]; member