Searched refs:mcast_mac (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | eth_legacy.c | 302 u8 mcast_mac[ARP_HLEN]; in eth_mcast_join() local 305 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()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | tsec.c | 105 static int tsec_mcast_addr(struct eth_device *dev, const u8 *mcast_mac, u8 set) in tsec_mcast_addr() argument 107 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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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 | 3271 memcpy(cmd->mcast_mac, filter, ATH6KL_MCAST_FILTER_MAC_ADDR_SIZE); in ath6kl_wmi_add_del_mcast_filter_cmd()
|
| /OK3568_Linux_fs/kernel/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 | 2011 ether_addr_copy(req->mcast_mac[i].byte, in __be_cmd_rx_filter()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | wlioctl.h | 9120 struct ether_addr mcast_mac; /* Multicast addr */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | wlioctl.h | 11782 struct ether_addr mcast_mac; /* Multicast addr */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | wlioctl.h | 11782 struct ether_addr mcast_mac; /* Multicast addr */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | wlioctl.h | 11793 struct ether_addr mcast_mac; /* Multicast addr */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | wlioctl.h | 14643 struct ether_addr mcast_mac; /* Multicast addr */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | wlioctl.h | 14661 struct ether_addr mcast_mac; /* Multicast addr */ member
|