Searched refs:txAddr (Results 1 – 2 of 2) sorted by relevance
2811 uint32_t (*setPtpTxUnicastIpAddr)(void* pD, uint32_t txAddr);2821 uint32_t (*getPtpTxUnicastIpAddr)(void* pD, uint32_t* txAddr);
3421 uint32_t emacSetPtpTxUnicastIpAddr(void *pD, uint32_t txAddr) in emacSetPtpTxUnicastIpAddr() argument3431 EMAC_REGS__TX_PTP_UNICAST__ADDRESS__MODIFY(reg, txAddr); in emacSetPtpTxUnicastIpAddr()3436 uint32_t emacGetPtpTxUnicastIpAddr(void *pD, uint32_t *txAddr) in emacGetPtpTxUnicastIpAddr() argument3438 if ((pD==NULL)||(txAddr==NULL)) in emacGetPtpTxUnicastIpAddr()3440 *txAddr= EMAC_REGS__TX_PTP_UNICAST__ADDRESS__READ( in emacGetPtpTxUnicastIpAddr()