Searched refs:p_EthAddr (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.c659 static t_Error TgecAddExactMatchMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) argument
667 ethAddr = ((*(uint64_t *)p_EthAddr) >> 16);
709 static t_Error TgecDelExactMatchMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) argument
718 ethAddr = ((*(uint64_t *)p_EthAddr) >> 16);
741 static t_Error TgecAddHashMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) argument
754 ethAddr = ((*(uint64_t *)p_EthAddr) >> 16);
779 static t_Error TgecDelHashMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) argument
793 ethAddr = ((*(uint64_t *)p_EthAddr) >> 16);
H A Ddtsec.c985 static t_Error DtsecAddExactMatchMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr) argument
993 ethAddr = ((*(uint64_t *)p_EthAddr) >> 16);
1027 static t_Error DtsecDelExactMatchMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr) argument
1035 ethAddr = ((*(uint64_t *)p_EthAddr) >> 16);
1058 static t_Error DtsecAddHashMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr) argument
1073 ethAddr = ((*(uint64_t *)p_EthAddr) >> 16);
1112 static t_Error DtsecDelHashMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr) argument
1128 ethAddr = ((*(uint64_t *)p_EthAddr) >> 16);

Completed in 181 milliseconds