Searched refs:Des1 (Results 1 – 2 of 2) sorted by relevance
377 if ((Bd->Des1 & GMAC_RDES1_TSA_MASK) != 0U) in Gmac_Ip_ReadTimeStampInfo()384 BdSec = (uint32)(Bd->Des1); in Gmac_Ip_ReadTimeStampInfo()743 TxRingConfig[i].RingDesc[j].Des1 = 0U; in Gmac_Ip_InitTxBD()805 RxRingConfig[i].RingDesc[j].Des1 = 0U; in Gmac_Ip_InitRxBD()814 RxRingConfig[i].RingDesc[j].Des1 = 0U; in Gmac_Ip_InitRxBD()872 BdSec = (uint32)(Bd->Des1); in Gmac_Ip_GetTimestamp()909 Bd->Des1 = 0U; in Gmac_Ip_RestoreRxCtxtDescr()1785 Info->IpHeaderErr = ((Bd->Des1 & GMAC_RDES1_IPHE_MASK) != 0U); in Gmac_Ip_ReadFrame()1786 Info->IpPayloadErr = ((Bd->Des1 & GMAC_RDES1_IPCE_MASK) != 0U); in Gmac_Ip_ReadFrame()1787 Info->Ipv4 = ((Bd->Des1 & GMAC_RDES1_IPV4_MASK) != 0U); in Gmac_Ip_ReadFrame()[all …]
524 uint32 Des1; member