Home
last modified time | relevance | path

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

/hal_nxp-latest/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c230 uint8 queue_depth = 0U; in Canexcel_Ip_MainFunction() local
240 queue_depth = CanXL_GetMDQueueDepth(CANEXCEL.EXL_GRP[instance], mb_idx) + 1U; in Canexcel_Ip_MainFunction()
254 … != CanXL_GetMsgDescIntStatusFlag(CANEXCEL.EXL_GRP[instance], mb_idx)) && (timeout < queue_depth)); in Canexcel_Ip_MainFunction()
262 …state->msgDesc[mb_idx].noPointers = queue_depth - (state->msgDesc[mb_idx].lastHwIdex) + CurrentHwI… in Canexcel_Ip_MainFunction()
1193 uint8 queue_depth = 0U; in Canexcel_Ip_RxTxIRQHandler() local
1207 queue_depth = CanXL_GetMDQueueDepth(CANEXCEL.EXL_GRP[instance], (uint8)mb_idx) + 1U; in Canexcel_Ip_RxTxIRQHandler()
1221 … != CanXL_GetMsgDescIntStatusFlag(CANEXCEL.EXL_GRP[instance], mb_idx)) && (timeout < queue_depth)); in Canexcel_Ip_RxTxIRQHandler()
1229 …state->msgDesc[mb_idx].noPointers = queue_depth - (state->msgDesc[mb_idx].lastHwIdex) + CurrentHwI… in Canexcel_Ip_RxTxIRQHandler()