Searched refs:CanXL_GetDesciptorState (Results 1 – 2 of 2) sorted by relevance
412 … if (CanXL_GetDesciptorState(CANEXCEL.EXL_DESC_CTR[instance], descNo) >= CANEXCEL_DESC_STATE_FULL) in Canexcel_Ip_ConfigRx()502 …if (CanXL_GetDesciptorState(CANEXCEL.EXL_DESC_CTR[instance], descNo) <= CANEXCEL_DESC_STATE_NOTFUL… in Canexcel_Ip_RxDescriptor()598 …if (CanXL_GetDesciptorState(CANEXCEL.EXL_DESC_CTR[instance], descNo) <= CANEXCEL_DESC_STATE_NOTFUL… in Canexcel_Ip_TxDescriptor()760 …if (CanXL_GetDesciptorState(CANEXCEL.EXL_DESC_CTR[instance], descIdx) == CANEXCEL_DESC_STATE_EMPTY) in Canexcel_Ip_GetTransferStatus()764 … if (CanXL_GetDesciptorState(CANEXCEL.EXL_DESC_CTR[instance], descIdx) == CANEXCEL_DESC_STATE_FULL) in Canexcel_Ip_GetTransferStatus()780 …if(CanXL_GetDesciptorState(CANEXCEL.EXL_DESC_CTR[instance], descIdx) == CANEXCEL_DESC_STATE_OVERRU… in Canexcel_Ip_GetTransferStatus()1902 return CanXL_GetDesciptorState(CANEXCEL.EXL_DESC_CTR[Instance], descNo); in Canexcel_Ip_GetDescriptorStatus()
445 static inline Canexcel_Ip_DescState CanXL_GetDesciptorState(const CANXL_DSC_CONTROL_Type * base, ui… in CanXL_GetDesciptorState() function