Searched refs:Timestamp (Results 1 – 5 of 5) sorted by relevance
302 Gmac_Ip_TimestampType * Timestamp);388 Info->Timestamp.secondsHi = CurrTimeSecHi; in Gmac_Ip_ReadTimeStampInfo()392 Info->Timestamp.secondsHi = (uint16)(CurrTimeSecHi - 1U); in Gmac_Ip_ReadTimeStampInfo()394 Info->Timestamp.seconds = BdSec; in Gmac_Ip_ReadTimeStampInfo()395 Info->Timestamp.nanoseconds = (uint32)(Bd->Des0); in Gmac_Ip_ReadTimeStampInfo()399 Info->Timestamp.secondsHi = 0U; in Gmac_Ip_ReadTimeStampInfo()400 Info->Timestamp.seconds = 0U; in Gmac_Ip_ReadTimeStampInfo()401 Info->Timestamp.nanoseconds = 0U; in Gmac_Ip_ReadTimeStampInfo()862 Gmac_Ip_TimestampType * Timestamp) in Gmac_Ip_GetTimestamp() argument876 Timestamp->secondsHi = CurrTimeSecHi; in Gmac_Ip_GetTimestamp()[all …]
645 Gmac_Ip_TimestampType Timestamp; /*!< The timestamp of the transmitted packet. */ member711 Gmac_Ip_TimestampType Timestamp; /*!< The timestamp of the received packet. */ member
841 void Gmac_Ip_GetSysTime(uint8 Instance, Gmac_Ip_TimestampType * Timestamp);
879 const uint32 Timestamp; /*!< Address where the data for transmit operation is stored. */ member891 …const uint32 Timestamp; /*!< Timestamp; synchronized timestamp or a free running timestam… member1494 …uint32 Timestamp; /*!< Timestamp value used to update packet header field on tra… member
2396 … if( (uint32) (((const Netc_Eth_Ip_TxBDRWritebackType *)txBDR)->Timestamp) > currentTimeLow)2401 …64)currentTimeHigh) << 32U) | (uint64)((const Netc_Eth_Ip_TxBDRWritebackType *)txBDR)->Timestamp );2404 …(uint32) (NETC_ETH_IP_GET_NANOSECONDS(((const Netc_Eth_Ip_TxBDRWritebackType *)txBDR)->Timestamp));3538 txBD->timestamp = options->Timestamp;3695 txBD->timestamp = options->Timestamp;4185 LatestTxTimestamp.nanosecondsL = TempTxResponse->Timestamp;