Searched refs:Buff (Results 1 – 2 of 2) sorted by relevance
193 Gmac_Ip_BufferType * Buff,219 const Gmac_Ip_BufferType * Buff,303 Gmac_Ip_BufferType * Buff,342 const Gmac_Ip_BufferType * Buff);377 const Gmac_Ip_BufferType * Buff,381 const Gmac_Ip_BufferType * Buff);
1389 Gmac_Ip_BufferType * Buff, in Gmac_Ip_GetTxBuff() argument1400 GMAC_DEV_ASSERT(Buff != NULL_PTR); in Gmac_Ip_GetTxBuff()1414 if (Buff->Length > (Bd->Info1 & GMAC_INFO1_LENGTH_MASK)) in Gmac_Ip_GetTxBuff()1417 Buff->Length = (uint16)(Bd->Info1 & GMAC_INFO1_LENGTH_MASK); in Gmac_Ip_GetTxBuff()1426 Buff->Data = (uint8 *)Bd->Des0; in Gmac_Ip_GetTxBuff()1427 Buff->Length = (uint16)(Bd->Info1 & GMAC_INFO1_LENGTH_MASK); in Gmac_Ip_GetTxBuff()1517 const Gmac_Ip_BufferType * Buff, in Gmac_Ip_SendFrame() argument1530 GMAC_DEV_ASSERT(Buff != NULL_PTR); in Gmac_Ip_SendFrame()1531 GMAC_DEV_ASSERT(Buff->Data != NULL_PTR); in Gmac_Ip_SendFrame()1532 GMAC_DEV_ASSERT(Buff->Length > 0U); in Gmac_Ip_SendFrame()[all …]