Home
last modified time | relevance | path

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

/u-boot/net/
A Deth_legacy.c307 if (!eth_current || !eth_current->mcast) in eth_mcast_join()
315 return eth_current->mcast(eth_current, mcast_mac, join); in eth_mcast_join()
A Deth-uclass.c531 if (ops->mcast) in eth_post_probe()
532 ops->mcast += gd->reloc_off; in eth_post_probe()
/u-boot/include/
A Dnet.h168 int (*mcast)(struct udevice *dev, const u8 *enetaddr, int join); member
201 int (*mcast)(struct eth_device *, const u8 *enetaddr, int join); member
/u-boot/drivers/net/
A Dtsec.c775 dev->mcast = tsec_mcast_addr; in tsec_initialize()
908 .mcast = tsec_mcast_addr,
A Drtl8139.c642 dev->mcast = rtl8139_bcast_addr; in rtl8139_initialize()
/u-boot/doc/driver-model/
A Dethernet.rst83 int (*mcast)(struct udevice *dev, const u8 *enetaddr, int join);
/u-boot/drivers/net/ti/
A Dcpsw.c267 DEFINE_ALE_FIELD(mcast, 40, 1)

Completed in 14 milliseconds