Searched refs:isPending (Results 1 – 2 of 2) sorted by relevance
558 Canexcel_Ip_apxState[instance]->msgDesc[u8MdCnt].isPending[u8MbCnt] = FALSE; in Canexcel_Ip_Init()750 if (FALSE == state->msgDesc[descNo].isPending[noOfPtrList]) in Canexcel_Ip_RxDescriptor()752 state->msgDesc[descNo].isPending[noOfPtrList] = TRUE; in Canexcel_Ip_RxDescriptor()859 if (FALSE == state->msgDesc[descNo].isPending[noOfPtrList]) in Canexcel_Ip_TxDescriptor()861 state->msgDesc[descNo].isPending[noOfPtrList] = TRUE; in Canexcel_Ip_TxDescriptor()1150 state->msgDesc[mb_idx].isPending[bufferIdx] = FALSE; in ValidateFrameDLC()1174 state->msgDesc[mb_idx].isPending[bufferIdx] = FALSE; in Canexcel_CompleteTxBuffers()2340 boolean isPending = FALSE; in Canexcel_Ip_AbortMD() local2344 if (TRUE == state->msgDesc[descNo].isPending[u8MbCnt]) in Canexcel_Ip_AbortMD()2346 isPending = TRUE; in Canexcel_Ip_AbortMD()[all …]
361 …boolean isPending[16]; /**< TRUE when the user pushes a pointer to the mb, FALSE when … member