Home
last modified time | relevance | path

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

/external/u-boot/drivers/net/
Dtsec.c102 static int tsec_mcast_addr(struct eth_device *dev, const u8 *mcast_mac, u8 set) in tsec_mcast_addr() function
104 static int tsec_mcast_addr(struct udevice *dev, const u8 *mcast_mac, int set) in tsec_mcast_addr()
724 dev->mcast = tsec_mcast_addr; in tsec_initialize()
866 .mcast = tsec_mcast_addr,