Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/s32/drivers/s32ze/Can_CANEXCEL/src/
DCanEXCEL_Ip.c504 …uint8 noOfPtrList = (uint8)((CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[descNo].STA.DCSTA & CANX… in Canexcel_Ip_RxDescriptor() local
506 …32)CanXL_GetMDQueueDepth(CANEXCEL.EXL_GRP[instance], descNo) - (sint32)noOfPtrList + (sint32)noOfP… in Canexcel_Ip_RxDescriptor()
509 if(noOfPtrList == (CanXL_GetMDQueueDepth(CANEXCEL.EXL_GRP[instance], descNo)+1U)) in Canexcel_Ip_RxDescriptor()
516 state->msgDesc[descNo].list[noOfPtrList] = rxPtrList; in Canexcel_Ip_RxDescriptor()
600 …uint8 noOfPtrList = (uint8)((CANEXCEL.EXL_DESC_CTR[instance]->DSCMBCTRLAR[descNo].STA.DCSTA & CANX… in Canexcel_Ip_TxDescriptor() local
602 …32)CanXL_GetMDQueueDepth(CANEXCEL.EXL_GRP[instance], descNo) - (sint32)noOfPtrList + (sint32)noOfP… in Canexcel_Ip_TxDescriptor()
605 if(noOfPtrList == (CanXL_GetMDQueueDepth(CANEXCEL.EXL_GRP[instance], descNo)+1U)) in Canexcel_Ip_TxDescriptor()
612 state->msgDesc[descNo].list[noOfPtrList] = txPtrList; in Canexcel_Ip_TxDescriptor()