Searched refs:mcast (Results 1 – 7 of 7) sorted by relevance
/u-boot/net/ |
A D | eth_legacy.c | 307 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 D | eth-uclass.c | 531 if (ops->mcast) in eth_post_probe() 532 ops->mcast += gd->reloc_off; in eth_post_probe()
|
/u-boot/include/ |
A D | net.h | 168 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 D | tsec.c | 775 dev->mcast = tsec_mcast_addr; in tsec_initialize() 908 .mcast = tsec_mcast_addr,
|
A D | rtl8139.c | 642 dev->mcast = rtl8139_bcast_addr; in rtl8139_initialize()
|
/u-boot/doc/driver-model/ |
A D | ethernet.rst | 83 int (*mcast)(struct udevice *dev, const u8 *enetaddr, int join);
|
/u-boot/drivers/net/ti/ |
A D | cpsw.c | 267 DEFINE_ALE_FIELD(mcast, 40, 1)
|
Completed in 16 milliseconds