Searched refs:queue_depth (Results 1 – 1 of 1) sorted by relevance
230 uint8 queue_depth = 0U; in Canexcel_Ip_MainFunction() local240 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() local1207 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()