Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/net/
H A Deth_legacy.c303 if (!eth_current || !eth_current->mcast) in eth_mcast_join()
311 return eth_current->mcast(eth_current, mcast_mac, join); in eth_mcast_join()
H A Deth-uclass.c485 if (ops->mcast) in eth_post_probe()
486 ops->mcast += gd->reloc_off; in eth_post_probe()
H A Dtftp.c379 if (tftp_mcast_bitmap && eth_get_dev()->mcast) { in tftp_send()
/rk3399_rockchip-uboot/include/
H A Dnet.h143 int (*mcast)(struct udevice *dev, const u8 *enetaddr, int join); member
178 int (*mcast)(struct eth_device *, const u8 *enetaddr, u8 set); member
/rk3399_rockchip-uboot/drivers/net/
H A Drtl8139.c237 dev->mcast = rtl_bcast_addr; in rtl8139_initialize()
H A Dtsec.c724 dev->mcast = tsec_mcast_addr; in tsec_initialize()
866 .mcast = tsec_mcast_addr,
H A Dkeystone_net.c701 dev->mcast = keystone2_eth_bcast_addr; in keystone2_emac_initialize()
H A Dcpsw.c319 DEFINE_ALE_FIELD(mcast, 40, 1)
/rk3399_rockchip-uboot/
H A DREADME1568 driver in use must provide a function: mcast() to join/leave a