Searched refs:p_EthAddr (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/ |
H A D | tgec.c | 498 static t_Error TgecAddExactMatchMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) in TgecAddExactMatchMacAddress() argument 507 ethAddr = ENET_ADDR_TO_UINT64(*p_EthAddr); in TgecAddExactMatchMacAddress() 530 fman_tgec_add_addr_in_paddr(p_Tgec->p_MemMap, (uint8_t*)(*p_EthAddr)/* , paddrNum */); in TgecAddExactMatchMacAddress() 543 static t_Error TgecDelExactMatchMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) in TgecDelExactMatchMacAddress() argument 552 ethAddr = ENET_ADDR_TO_UINT64(*p_EthAddr); in TgecDelExactMatchMacAddress() 575 static t_Error TgecAddHashMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) in TgecAddHashMacAddress() argument 586 ethAddr = ENET_ADDR_TO_UINT64(*p_EthAddr); in TgecAddHashMacAddress() 610 static t_Error TgecDelHashMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) in TgecDelHashMacAddress() argument 622 ethAddr = ((*(uint64_t *)p_EthAddr) >> 16); in TgecDelHashMacAddress()
|
H A D | memac.c | 624 static t_Error MemacAddExactMatchMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr) in MemacAddExactMatchMacAddress() argument 633 ethAddr = ENET_ADDR_TO_UINT64(*p_EthAddr); in MemacAddExactMatchMacAddress() 655 fman_memac_add_addr_in_paddr(p_Memac->p_MemMap, (uint8_t*)(*p_EthAddr), paddrNum); in MemacAddExactMatchMacAddress() 667 static t_Error MemacDelExactMatchMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr) in MemacDelExactMatchMacAddress() argument 676 ethAddr = ENET_ADDR_TO_UINT64(*p_EthAddr); in MemacDelExactMatchMacAddress() 714 static t_Error MemacAddHashMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr) in MemacAddHashMacAddress() argument 724 ethAddr = ENET_ADDR_TO_UINT64(*p_EthAddr); in MemacAddHashMacAddress() 745 static t_Error MemacDelHashMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr) in MemacDelHashMacAddress() argument 756 ethAddr = ENET_ADDR_TO_UINT64(*p_EthAddr); in MemacDelHashMacAddress()
|
H A D | dtsec.c | 815 static t_Error DtsecAddExactMatchMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr) in DtsecAddExactMatchMacAddress() argument 824 ethAddr = ENET_ADDR_TO_UINT64(*p_EthAddr); in DtsecAddExactMatchMacAddress() 858 static t_Error DtsecDelExactMatchMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr) in DtsecDelExactMatchMacAddress() argument 867 ethAddr = ENET_ADDR_TO_UINT64(*p_EthAddr); in DtsecDelExactMatchMacAddress() 890 static t_Error DtsecAddHashMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr) in DtsecAddHashMacAddress() argument 902 ethAddr = ENET_ADDR_TO_UINT64(*p_EthAddr); in DtsecAddHashMacAddress() 949 static t_Error DtsecDelHashMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr) in DtsecDelHashMacAddress() argument 962 ethAddr = ENET_ADDR_TO_UINT64(*p_EthAddr); in DtsecDelHashMacAddress()
|