Searched refs:mcast_mac (Results 1 – 2 of 2) sorted by relevance
302 u8 mcast_mac[ARP_HLEN]; in eth_mcast_join() local305 mcast_mac[5] = htonl(mcast_ip.s_addr) & 0xff; in eth_mcast_join()306 mcast_mac[4] = (htonl(mcast_ip.s_addr)>>8) & 0xff; in eth_mcast_join()307 mcast_mac[3] = (htonl(mcast_ip.s_addr)>>16) & 0x7f; in eth_mcast_join()308 mcast_mac[2] = 0x5e; in eth_mcast_join()309 mcast_mac[1] = 0x0; in eth_mcast_join()310 mcast_mac[0] = 0x1; in eth_mcast_join()311 return eth_current->mcast(eth_current, mcast_mac, join); in eth_mcast_join()
105 static int tsec_mcast_addr(struct eth_device *dev, const u8 *mcast_mac, u8 set) in tsec_mcast_addr() argument107 static int tsec_mcast_addr(struct udevice *dev, const u8 *mcast_mac, int set) in tsec_mcast_addr()115 result = ether_crc(MAC_ADDR_LEN, mcast_mac); in tsec_mcast_addr()