Searched refs:noOfPtrList (Results 1 – 1 of 1) sorted by relevance
742 …uint8 noOfPtrList = (uint8)((CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[descNo].DCSTA & CANXL_DS… in Canexcel_Ip_RxDescriptor() local744 if (noOfPtrList >= (CanXL_GetMDQueueDepth(CANEXCEL.EXL_GRP[instance], descNo)+1U)) in Canexcel_Ip_RxDescriptor()747 noOfPtrList = 0U; in Canexcel_Ip_RxDescriptor()750 if (FALSE == state->msgDesc[descNo].isPending[noOfPtrList]) in Canexcel_Ip_RxDescriptor()752 state->msgDesc[descNo].isPending[noOfPtrList] = TRUE; in Canexcel_Ip_RxDescriptor()753 state->msgDesc[descNo].list[noOfPtrList] = rxPtrList; in Canexcel_Ip_RxDescriptor()851 …uint8 noOfPtrList = (uint8)((CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[descNo].DCSTA & CANXL_DS… in Canexcel_Ip_TxDescriptor() local853 if (noOfPtrList >= (CanXL_GetMDQueueDepth(CANEXCEL.EXL_GRP[instance], descNo)+1U)) in Canexcel_Ip_TxDescriptor()856 noOfPtrList = 0U; in Canexcel_Ip_TxDescriptor()859 if (FALSE == state->msgDesc[descNo].isPending[noOfPtrList]) in Canexcel_Ip_TxDescriptor()[all …]