Home
last modified time | relevance | path

Searched refs:t_EnetAddr (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h214t_EnetAddr addr; /**< MAC address of device; First octet is sent fi…
668 t_Error FM_MAC_ModifyMacAddr(t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
683 t_Error FM_MAC_AddHashMacAddr(t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
697 t_Error FM_MAC_RemoveHashMacAddr(t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
712 t_Error FM_MAC_AddExactMatchMacAddr(t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
726 t_Error FM_MAC_RemovelExactMatchMacAddr(t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
/freebsd/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dfm_mac.h110 t_Error (*f_FM_MAC_ModifyMacAddr) (t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
111 t_Error (*f_FM_MAC_AddHashMacAddr) (t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
112 t_Error (*f_FM_MAC_RemoveHashMacAddr) (t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
113 t_Error (*f_FM_MAC_AddExactMatchMacAddr) (t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
114 t_Error (*f_FM_MAC_RemovelExactMatchMacAddr) (t_Handle h_FmMac, t_EnetAddr *p_EnetAddr);
H A Dfm_mac.c464 t_Error FM_MAC_ModifyMacAddr (t_Handle h_FmMac, t_EnetAddr *p_EnetAddr) in FM_MAC_ModifyMacAddr()
478 t_Error FM_MAC_AddHashMacAddr (t_Handle h_FmMac, t_EnetAddr *p_EnetAddr) in FM_MAC_AddHashMacAddr()
492 t_Error FM_MAC_RemoveHashMacAddr (t_Handle h_FmMac, t_EnetAddr *p_EnetAddr) in FM_MAC_RemoveHashMacAddr()
506 t_Error FM_MAC_AddExactMatchMacAddr (t_Handle h_FmMac, t_EnetAddr *p_EnetAddr) in FM_MAC_AddExactMatchMacAddr()
520 t_Error FM_MAC_RemovelExactMatchMacAddr (t_Handle h_FmMac, t_EnetAddr *p_EnetAddr) in FM_MAC_RemovelExactMatchMacAddr()
H A Dtgec.c469 static t_Error TgecModifyMacAddress (t_Handle h_Tgec, t_EnetAddr *p_EnetAddr) in TgecModifyMacAddress()
498 static t_Error TgecAddExactMatchMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) in TgecAddExactMatchMacAddress()
543 static t_Error TgecDelExactMatchMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) in TgecDelExactMatchMacAddress()
575 static t_Error TgecAddHashMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) in TgecAddHashMacAddress()
610 static t_Error TgecDelHashMacAddress(t_Handle h_Tgec, t_EnetAddr *p_EthAddr) in TgecDelHashMacAddress()
754 t_EnetAddr ethAddr; in TgecInit()
H A Dmemac.c596 static t_Error MemacModifyMacAddress (t_Handle h_Memac, t_EnetAddr *p_EnetAddr) in MemacModifyMacAddress()
624 static t_Error MemacAddExactMatchMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr) in MemacAddExactMatchMacAddress()
667 static t_Error MemacDelExactMatchMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr) in MemacDelExactMatchMacAddress()
714 static t_Error MemacAddHashMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr) in MemacAddHashMacAddress()
745 static t_Error MemacDelHashMacAddress(t_Handle h_Memac, t_EnetAddr *p_EthAddr) in MemacDelHashMacAddress()
859 t_EnetAddr ethAddr; in MemacInit()
H A Ddtsec.c780 static t_Error DtsecModifyMacAddress (t_Handle h_Dtsec, t_EnetAddr *p_EnetAddr) in DtsecModifyMacAddress()
815 static t_Error DtsecAddExactMatchMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr) in DtsecAddExactMatchMacAddress()
858 static t_Error DtsecDelExactMatchMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr) in DtsecDelExactMatchMacAddress()
890 static t_Error DtsecAddHashMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr) in DtsecAddHashMacAddress()
949 static t_Error DtsecDelHashMacAddress(t_Handle h_Dtsec, t_EnetAddr *p_EthAddr) in DtsecDelHashMacAddress()
1220 t_EnetAddr ethAddr; in DtsecInit()
/freebsd/sys/contrib/ncsw/inc/
H A Denet_ext.h52 typedef uint8_t t_EnetAddr[ENET_NUM_OCTETS_PER_ADDRESS]; typedef
/freebsd/sys/dev/dpaa/
H A Dif_dtsec.c347 FM_MAC_AddHashMacAddr(sc->sc_mach, (t_EnetAddr *)LLADDR(sdl)); in dtsec_hash_maddr()
503 (t_EnetAddr *)if_getlladdr(sc->sc_ifnet)); in dtsec_if_init_locked()