Searched refs:mcast_mac (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/net/ |
H A D | eth_legacy.c | 300 u8 mcast_mac[ARP_HLEN]; in eth_mcast_join() local 303 mcast_mac[5] = htonl(mcast_ip.s_addr) & 0xff; in eth_mcast_join() 304 mcast_mac[4] = (htonl(mcast_ip.s_addr)>>8) & 0xff; in eth_mcast_join() 305 mcast_mac[3] = (htonl(mcast_ip.s_addr)>>16) & 0x7f; in eth_mcast_join() 306 mcast_mac[2] = 0x5e; in eth_mcast_join() 307 mcast_mac[1] = 0x0; in eth_mcast_join() 308 mcast_mac[0] = 0x1; in eth_mcast_join() 309 return eth_current->mcast(eth_current, mcast_mac, join); in eth_mcast_join()
|
/openbmc/u-boot/drivers/net/ |
H A D | tsec.c | 125 static int tsec_mcast_addr(struct eth_device *dev, const u8 *mcast_mac, in tsec_mcast_addr() argument 128 static int tsec_mcast_addr(struct udevice *dev, const u8 *mcast_mac, int join) in tsec_mcast_addr() 136 result = ether_crc(MAC_ADDR_LEN, mcast_mac); in tsec_mcast_addr()
|
/openbmc/linux/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 211 static const u8 mcast_mac[ETH_ALEN] = { 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 }; variable 1015 if (ether_addr_equal(eth_dst_mask, mcast_mac)) in ofdpa_flow_tbl_acl()
|
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | wmi.h | 1353 u8 mcast_mac[ATH6KL_MCAST_FILTER_MAC_ADDR_SIZE]; member
|
H A D | wmi.c | 3257 memcpy(cmd->mcast_mac, filter, ATH6KL_MCAST_FILTER_MAC_ADDR_SIZE); in ath6kl_wmi_add_del_mcast_filter_cmd()
|
/openbmc/linux/drivers/net/ethernet/emulex/benet/ |
H A D | be_cmds.h | 1051 struct macaddr mcast_mac[BE_MAX_MC]; member
|
H A D | be_cmds.c | 2012 ether_addr_copy(req->mcast_mac[i].byte, in __be_cmd_rx_filter()
|