Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/s32/drivers/s32k3/Eth_GMAC/include/
DGmac_Ip.h193 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);
/hal_nxp-3.5.0/s32/drivers/s32k3/Eth_GMAC/src/
DGmac_Ip.c1389 Gmac_Ip_BufferType * Buff, in Gmac_Ip_GetTxBuff() argument
1400 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() argument
1530 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 …]