Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32k3/Eth_GMAC/src/
DGmac_Ip.c301 const Gmac_Ip_BufferDescriptorType * Bd,
304 static boolean Gmac_Ip_RestoreRxCtxtDescr(Gmac_Ip_BufferDescriptorType *Bd);
369 const Gmac_Ip_BufferDescriptorType *Bd; in Gmac_Ip_ReadTimeStampInfo() local
375 Bd = Gmac_apxState[Instance]->RxCurrentDesc[Ring]; in Gmac_Ip_ReadTimeStampInfo()
377 if ((Bd->Des1 & GMAC_RDES1_TSA_MASK) != 0U) in Gmac_Ip_ReadTimeStampInfo()
379 Bd++; in Gmac_Ip_ReadTimeStampInfo()
384 BdSec = (uint32)(Bd->Des1); in Gmac_Ip_ReadTimeStampInfo()
395 Info->Timestamp.nanoseconds = (uint32)(Bd->Des0); in Gmac_Ip_ReadTimeStampInfo()
861 const Gmac_Ip_BufferDescriptorType * Bd, in Gmac_Ip_GetTimestamp() argument
868 if ((Bd->Des3 & GMAC_TX_STAT_TTSS_MASK) != 0U) in Gmac_Ip_GetTimestamp()
[all …]