Searched refs:rxAddr (Results 1 – 2 of 2) sorted by relevance
2790 uint32_t (*setPtpRxUnicastIpAddr)(void* pD, uint32_t rxAddr);2800 uint32_t (*getPtpRxUnicastIpAddr)(void* pD, uint32_t* rxAddr);
3396 uint32_t emacSetPtpRxUnicastIpAddr(void *pD, uint32_t rxAddr) in emacSetPtpRxUnicastIpAddr() argument3406 EMAC_REGS__RX_PTP_UNICAST__ADDRESS__MODIFY(reg, rxAddr); in emacSetPtpRxUnicastIpAddr()3411 uint32_t emacGetPtpRxUnicastIpAddr(void *pD, uint32_t *rxAddr) in emacGetPtpRxUnicastIpAddr() argument3413 if ((pD==NULL)||(rxAddr==NULL)) in emacGetPtpRxUnicastIpAddr()3415 *rxAddr= EMAC_REGS__RX_PTP_UNICAST__ADDRESS__READ( in emacGetPtpRxUnicastIpAddr()