Lines Matching refs:macAddr
458 status_t EP_Init(ep_handle_t *handle, uint8_t *macAddr, const ep_config_t *config, const netc_bdr_c… in EP_Init() argument
629 result = EP_SetPrimaryMacAddr(handle, macAddr); in EP_Init()
724 status_t EP_SetPrimaryMacAddr(ep_handle_t *handle, uint8_t *macAddr) in EP_SetPrimaryMacAddr() argument
726 assert(macAddr != NULL); in EP_SetPrimaryMacAddr()
732 NETC_PortSetMacAddr(handle->hw.portGroup.port, macAddr); in EP_SetPrimaryMacAddr()
736 NETC_EnetcSetSIMacAddr(handle->hw.base, siNum, macAddr); in EP_SetPrimaryMacAddr()
1843 status_t EP_RxL2MFAddHashEntry(ep_handle_t *handle, netc_packet_type_t type, uint8_t *macAddr) in EP_RxL2MFAddHashEntry() argument
1855 mac = (mac << 8U) | macAddr[i]; in EP_RxL2MFAddHashEntry()
1878 status_t EP_RxL2MFDelHashEntry(ep_handle_t *handle, netc_packet_type_t type, uint8_t *macAddr) in EP_RxL2MFDelHashEntry() argument
1890 mac = (mac << 8U) | macAddr[i]; in EP_RxL2MFDelHashEntry()
1932 status_t EP_RxL2MFAddEMTableEntry(ep_handle_t *handle, uint32_t idx, uint8_t *macAddr) in EP_RxL2MFAddEMTableEntry() argument
1934 assert((handle != NULL) && ((macAddr != NULL))); in EP_RxL2MFAddEMTableEntry()
1936 …((uint64_t)macAddr[4] << 32U) + ((uint64_t)macAddr[5] << 40U) + *(uint32_t *)(uintptr_t)&macAddr[0… in EP_RxL2MFAddEMTableEntry()